Opc.Ua.Core
ITransportChannel Interface Members
Properties  Methods 

Opc.Ua Namespace : ITransportChannel Interface

The following tables list the members exposed by ITransportChannel.

Public Properties
 NameDescription
 Property Gets the the channel's current security token.  
 Property Gets the configuration for the channel.  
 Property Gets the description for the endpoint used by the channel.  
 Property Gets the context used when serializing messages exchanged via the channel.  
 Property Gets or sets the default timeout for requests send via the channel.  
 Property A masking indicating which features are implemented.  
Top
Public Methods
 NameDescription
 Method Begins an asynchronous operation to close the secure channel.  
 Method Begins an asynchronous operation to open a secure channel with the endpoint identified by the URL.  
 Method Begins an asynchronous operation to close the existing secure channel and open a new one.  
 Method Begins an asynchronous operation to send a request over the secure channel.  
 Method Closes the secure channel.  
 Method Closes the secure channel (async).  
 Method (Inherited from System.IDisposable)
 Method Completes an asynchronous operation to close the secure channel.  
 Method Completes an asynchronous operation to open a secure channel.  
 Method Completes an asynchronous operation to close the existing secure channel and open a new one.  
 Method Completes an asynchronous operation to send a request over the secure channel.  
 Method Completes an asynchronous operation to send a request over the secure channel. Awaitable version  
 MethodOverloaded.  Initializes a secure channel with the endpoint identified by the URL.  
 Method Opens a secure channel with the endpoint identified by the URL.  
 MethodOverloaded.  Closes any existing secure channel and opens a new one.  
 Method Sends a request over the secure channel.  
 Method Sends a request over the secure channel, async version.  
Top
See Also

Reference

ITransportChannel Interface
Opc.Ua Namespace