System.Net.DnsEndPoint.DnsEndPoint C# (CSharp) Метод

DnsEndPoint() публичный Метод

public DnsEndPoint ( string host, int port ) : System.Net.Sockets
host string
port int
Результат System.Net.Sockets
        public DnsEndPoint(string host, int port) : this(host, port, AddressFamily.Unspecified) { }

Same methods

DnsEndPoint::DnsEndPoint ( string host, int port, AddressFamily addressFamily ) : System.Net.Sockets