This documentation is archived and is not being maintained.
TcpChannel Constructor
Visual Studio 2010
Initializes a new instance of the TcpChannel class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
TcpChannel() | Initializes a new instance of the TcpChannel class, activating only a client channel, and not a server channel. |
|
TcpChannel(Int32) | Initializes a new instance of the TcpChannel class with a server channel that listens on the specified port. |
|
TcpChannel(IDictionary, IClientChannelSinkProvider, IServerChannelSinkProvider) | Initializes a new instance of the TcpChannel class with the specified configuration properties and sinks. |
Show: