Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The TcpTransportChannel type exposes the following members.

Constructors

  NameDescription
Public methodTcpTransportChannel
Initializes a new instance of the TcpTransportChannel class

Methods

  NameDescription
Public methodBeginClose
Begins an asynchronous operation to close the secure channel.
Public methodBeginOpen
Begins an asynchronous operation to open a secure channel with the endpoint identified by the URL.
Public methodBeginReconnect
Begins an asynchronous operation to close the existing secure channel and open a new one.
Public methodBeginSendRequest
Begins an asynchronous operation to send a request over the secure channel.
Public methodClose
Closes the secure channel.
Public methodDispose()()()()
Frees any unmanaged resources.
Protected methodDispose(Boolean)
An overrideable version of the Dispose.
Public methodEndClose
Completes an asynchronous operation to close the secure channel.
Public methodEndOpen
Completes an asynchronous operation to open a secure channel.
Public methodEndReconnect
Completes an asynchronous operation to close the existing secure channel and open a new one.
Public methodEndSendRequest
Completes an asynchronous operation to send a request over the secure channel.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
The finializer implementation.
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initializes a secure channel with the endpoint identified by the URL.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpen
Opens a secure channel with the endpoint identified by the URL.
Public methodReconnect
Closes any existing secure channel and opens a new one.
Public methodSendRequest
Sends a request over the secure channel.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyEndpointConfiguration
Gets the configuration for the channel.
Public propertyEndpointDescription
Gets the description for the endpoint used by the channel.
Public propertyMessageContext
Gets the context used when serializing messages exchanged via the channel.
Public propertyOperationTimeout
Gets or sets the default timeout for requests send via the channel.
Public propertySupportedFeatures
A masking indicating which features are implemented.

See Also