C# 클래스 System.Net.DnsEndPoint

상속: EndPoint
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
DnsEndPoint ( string host, int port ) : System.Net.Sockets
DnsEndPoint ( string host, int port, AddressFamily addressFamily ) : System.Net.Sockets
Equals ( object comparand ) : bool
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

DnsEndPoint() 공개 메소드

public DnsEndPoint ( string host, int port ) : System.Net.Sockets
host string
port int
리턴 System.Net.Sockets

DnsEndPoint() 공개 메소드

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

Equals() 공개 메소드

public Equals ( object comparand ) : bool
comparand object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string