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

TcpChannel() public method

public TcpChannel ( int port ) : System
port int
return System
        public TcpChannel(int port) : this()
        {
            _serverChannel = new TcpServerChannel(port);
        } // TcpChannel

Same methods

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