Namespace: System.Runtime.Remoting.Channels.Tcp

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.

Members of System.Runtime.Remoting.Channels.Tcp Namespace

Classes
Class Description
class TcpChannel Provides an implementation for a sender-receiver channel that uses the TCP protocol to transmit messages. 
class TcpClientChannel Provides an implementation for a client channel that uses the TCP protocol to transmit messages. 
class TcpServerChannel Provides an implementation for a server channel that uses the TCP protocol to transmit messages. 

Namepace hierarchy

Copyright (c) 2002 Microsoft Corporation. All rights reserved.