System.Runtime.Remoting.Channels.Tcp.TcpChannel.TcpChannel C# (CSharp) 메소드

TcpChannel() 공개 메소드

public TcpChannel ( int port ) : System
port int
리턴 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