The following tables list the members exposed by ITransportChannel.
Name | Description | |
---|---|---|
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | Initialize | Initializes a secure channel with the endpoint identified by the URL. |
![]() | Open | Opens a secure channel with the endpoint identified by the URL. |
![]() | Reconnect | Closes any existing secure channel and opens a new one. |
![]() | SendRequest | Sends a request over the secure channel. |