This documentation is archived and is not being maintained.
System.Runtime.Remoting.Channels.Tcp Namespace
.NET Framework 1.1
The System.Runtime.Remoting.Channels.Tcp namespace contains channels that use the TCP protocol to transport messages and objects to and from remote locations. By default, the TCP channels encode objects and method calls in binary format for transmission, but other encoding and decoding formatter sinks can be specified in the configuration properties of a channel. One of the most important classes of the System.Runtime.Remoting.Channels.Tcp namespace is the TcpChannel class.
The TcpChannel class combines the TcpClientChannel class and the TcpServerChannel class, and can be used to both receive and send messages using the TCP protocol.
Classes
| Class | Description |
|---|---|
| TcpChannel | Provides an implementation for a sender-receiver channel that uses the TCP protocol to transmit messages. |
| TcpClientChannel | Provides an implementation for a client channel that uses the TCP protocol to transmit messages. |
| TcpServerChannel | Provides an implementation for a server channel that uses the TCP protocol to transmit messages. |
See Also
Show: