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

Glossary Item Box

The following tables list the members exposed by WcfChannelBase<TChannel>.

Public Constructors

 NameDescription
Public ConstructorWcfChannelBase<TChannel> Constructor Initializes the object with the specified binding and endpoint address.  
Top

Public Properties

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

Public Methods

 NameDescription
Public MethodBeginClose Begins an asynchronous operation to close the secure channel. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodBeginInvokeServiceOverridden.  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. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodBeginReconnect Begins an asynchronous operation to close the existing secure channel and open a new one. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodBeginSendRequest Begins an asynchronous operation to send a request over the secure channel. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodClose Closes any existing secure channel. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodCloseChannel Closes the channel with the server. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodDispose() Frees any unmanaged resources. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodEndClose Completes an asynchronous operation to close a communication object. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodEndInvokeServiceOverridden.  The client side implementation of the EndInvokeService service contract.  
Public MethodEndOpen Completes an asynchronous operation to open a communication object. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodEndReconnect Completes an asynchronous operation to close the existing secure channel and open a new one. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodEndSendRequest Completes an asynchronous operation to send a request over the secure channel. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodHandleSoapFault Converts a FaultException into a ServiceResultException. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodInitializeOverloaded.  Initializes the channel without security.  
Public MethodInvokeServiceOverridden.  The client side implementation of the InvokeService service contract.  
Public MethodOpen Opens a secure channel with the endpoint identified by the URL. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodOpenChannel Opens the channel with the server. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodReconnectOverridden.  Closes any existing secure channel and opens a new one.  
Public MethodScheduleOutgoingRequest Schedules an outgoing request. (Inherited from Opc.Ua.WcfChannelBase)
Public MethodSendRequest Sends a request over the secure channel. (Inherited from Opc.Ua.WcfChannelBase)
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.