Name | Description | |
---|---|---|
![]() | TcpTransportChannel Constructor | Create a Tcp transport channel. |
The following tables list the members exposed by TcpTransportChannel.
Name | Description | |
---|---|---|
![]() | TcpTransportChannel Constructor | Create a Tcp transport channel. |
Name | Description | |
---|---|---|
![]() | CurrentToken | Gets the the channel's current security token. (Inherited from Opc.Ua.Bindings.UaSCUaBinaryTransportChannel) |
![]() | EndpointConfiguration | Gets the configuration for the channel. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | EndpointDescription | Gets the description for the endpoint used by the channel. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | MessageContext | Gets the context used when serializing messages exchanged via the channel. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | OperationTimeout | Gets or sets the default timeout for requests send via the channel. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | Socket | Returns the channel's underlying message socket if connected / available. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | SupportedFeatures | A masking indicating which features are implemented. (Inherited from UaSCUaBinaryTransportChannel) |
Name | Description | |
---|---|---|
![]() | BeginClose | Begins an asynchronous operation to close the secure channel. (Inherited from Opc.Ua.Bindings.UaSCUaBinaryTransportChannel) |
![]() | BeginOpen | Begins an asynchronous operation to open a secure channel with the endpoint identified by the URL. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | BeginReconnect | Begins an asynchronous operation to close the existing secure channel and open a new one. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | BeginSendRequest | Begins an asynchronous operation to send a request over the secure channel. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | Close | Closes the secure channel. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | CloseAsync | Closes the secure channel (async). (Inherited from UaSCUaBinaryTransportChannel) |
![]() | Dispose | Overloaded. Frees any unmanaged resources. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | EndClose | Completes an asynchronous operation to close the secure channel. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | EndOpen | Completes an asynchronous operation to open a secure channel. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | EndReconnect | Completes an asynchronous operation to close the existing secure channel and open a new one. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | EndSendRequest | Completes an asynchronous operation to send a request over the secure channel. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | EndSendRequestAsync | Completes an asynchronous operation to send a request over the secure channel. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | Initialize | Overloaded. Initializes a secure channel with the endpoint identified by the URL. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | Open | Opens a secure channel with the endpoint identified by the URL. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | Reconnect | Overloaded. Closes any existing secure channel and opens a new one. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | SendRequest | Sends a request over the secure channel. (Inherited from UaSCUaBinaryTransportChannel) |
![]() | SendRequestAsync | Sends a request over the secure channel (async version). (Inherited from UaSCUaBinaryTransportChannel) |