Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The TcpTransportChannel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TcpTransportChannel | Initializes a new instance of the TcpTransportChannel class |
Methods
| 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.
| |
| Dispose()()()() |
Frees any unmanaged resources.
| |
| Dispose(Boolean) |
An overrideable version of the Dispose.
| |
| 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.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
The finializer implementation.
(Overrides Object..::..Finalize()()()().) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Initialize |
Initializes a secure channel with the endpoint identified by the URL.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| 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.
| |
| ToString | (Inherited from Object.) |
Properties
| 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.
|