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

Glossary Item Box

The following tables list the members exposed by ITransportChannel.

Public Properties

 NameDescription
 PropertyEndpointConfiguration Gets the configuration for the channel.  
 PropertyEndpointDescription Gets the description for the endpoint used by the channel.  
 PropertyMessageContext Gets the context used when serializing messages exchanged via the channel.  
 PropertyOperationTimeout Gets or sets the default timeout for requests send via the channel.  
 PropertySupportedFeatures A masking indicating which features are implemented.  
Top

Public Methods

 NameDescription
 MethodBeginClose Begins an asynchronous operation to close the secure channel.  
 MethodBeginOpen Begins an asynchronous operation to open a secure channel with the endpoint identified by the URL.  
 MethodBeginReconnect Begins an asynchronous operation to close the existing secure channel and open a new one.  
 MethodBeginSendRequest Begins an asynchronous operation to send a request over the secure channel.  
 MethodClose Closes the secure channel.  
 MethodEndClose Completes an asynchronous operation to close the secure channel.  
 MethodEndOpen Completes an asynchronous operation to open a secure channel.  
 MethodEndReconnect Completes an asynchronous operation to close the existing secure channel and open a new one.  
 MethodEndSendRequest Completes an asynchronous operation to send a request over the secure channel.  
 MethodInitialize Initializes a secure channel with the endpoint identified by the URL.  
 MethodOpen Opens a secure channel with the endpoint identified by the URL.  
 MethodReconnect Closes any existing secure channel and opens a new one.  
 MethodSendRequest Sends a request over the secure channel.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.