System.Runtime.Remoting.Channels.Tcp.TcpChannel.TcpChannel C# (CSharp) Méthode

TcpChannel() public méthode

public TcpChannel ( int port ) : System
port int
Résultat 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