EasyUA Reference
WcfChannelBase Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : WcfChannelBase Class

Glossary Item Box

The following tables list the members exposed by WcfChannelBase.

Public Properties

 NameDescription
Public PropertyBinaryEncodingSupport Gets the binary encoding support.  
Public PropertyEndpointConfiguration Gets the configuration for the channel.  
Public PropertyEndpointDescription Gets the description for the endpoint used by the channel.  
Public PropertyMessageContext Gets the context used when serializing messages exchanged via the channel.  
Public PropertyOperationTimeout Gets or sets the default timeout for requests send via the channel.  
Public PropertySupportedFeatures A masking indicating which features are implemented.  
Public PropertyUseBinaryEncoding Returns true if the channel uses the UA Binary encoding.  
Top

Public Methods

 NameDescription
Public MethodBeginClose Begins an asynchronous operation to close the secure channel.  
Public MethodBeginInvokeService The client side implementation of the BeginInvokeService service contract.  
Public MethodBeginOpen Begins an asynchronous operation to open a secure channel with the endpoint identified by the URL.  
Public MethodBeginReconnect Begins an asynchronous operation to close the existing secure channel and open a new one.  
Public MethodBeginSendRequest Begins an asynchronous operation to send a request over the secure channel.  
Public MethodClose Closes any existing secure channel.  
Public MethodCloseChannel Closes the channel with the server.  
Public Methodstatic (Shared in Visual Basic)CreateUaBinaryChannelOverloaded.  Creates a new UA-binary transport channel if requested. Null otherwise.  
Public MethodDispose Frees any unmanaged resources.  
Public MethodEndClose Completes an asynchronous operation to close a communication object.  
Public MethodEndInvokeService The client side implementation of the EndInvokeService service contract.  
Public MethodEndOpen Completes an asynchronous operation to open a communication object.  
Public MethodEndReconnect Completes an asynchronous operation to close the existing secure channel and open a new one.  
Public MethodEndSendRequest Completes an asynchronous operation to send a request over the secure channel.  
Public MethodHandleSoapFault Converts a FaultException into a ServiceResultException.  
Public MethodInitialize Initializes a secure channel with the endpoint identified by the URL.  
Public MethodInvokeService The client side implementation of the InvokeService service contract.  
Public MethodOpen Opens a secure channel with the endpoint identified by the URL.  
Public MethodOpenChannel Opens the channel with the server.  
Public MethodReconnect Closes any existing secure channel and opens a new one.  
Public MethodScheduleOutgoingRequest Schedules an outgoing request.  
Public MethodSendRequest Sends a request over the secure channel.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.