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 | (Inherited from System.IDisposable) |
![]() | 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. Awaitable version |
![]() | 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. |