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