System.Runtime.Remoting.Channels.ExclusiveTcpListener.ExclusiveTcpListener C# (CSharp) Method

ExclusiveTcpListener() private method

private ExclusiveTcpListener ( IPAddress localaddr, int port ) : System
localaddr System.Net.IPAddress
port int
return System
        internal ExclusiveTcpListener(IPAddress localaddr, int port) : base(localaddr, port) {}
ExclusiveTcpListener