Name | Description | |
---|---|---|
![]() | BeginConnect | Creates a connection with the server. |
![]() | BeginSendRequest | Sends a request to the server. |
![]() | Close | Closes a connection with the server. |
![]() | CloseAsync | Closes a connection with the server. |
![]() | Dispose | Overloaded. Overridden. An overrideable version of the Dispose. |
![]() | EndConnect | Finishes a connect operation. |
![]() | EndConnectAsync | Finishes a connect operation. |
![]() | EndSendRequest | Returns the response to a previously sent request. |
![]() | EndSendRequestAsync | Returns the response to a previously sent request. |
![]() | OnMessageReceived | (Inherited from Opc.Ua.Bindings.UaSCUaBinaryChannel) |
![]() | OnReceiveError | (Inherited from UaSCUaBinaryChannel) |
![]() | SetStateChangedCallback | Raised when the state of the channel changes. (Inherited from UaSCUaBinaryChannel) |
![]() | UpdateLastActiveTime | Update the last time that communication has occured on the channel. (Inherited from UaSCUaBinaryChannel) |