System.Runtime.Remoting.Channels.Tcp.TcpChannel.TcpChannel C# (CSharp) Method

TcpChannel() public method

public TcpChannel ( ) : System
return System
        public TcpChannel()
        {
            _clientChannel = new TcpClientChannel();
            // server channel will not be activated.
        } // TcpChannel

Same methods

TcpChannel::TcpChannel ( IDictionary properties, IClientChannelSinkProvider clientSinkProvider, IServerChannelSinkProvider serverSinkProvider ) : System
TcpChannel::TcpChannel ( int port ) : System