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