C# Class System.Net.DnsEndPoint

Inheritance: EndPoint
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

DnsEndPoint() public méthode

public DnsEndPoint ( string host, int port ) : System.Net.Sockets
host string
port int
Résultat System.Net.Sockets

DnsEndPoint() public méthode

public DnsEndPoint ( string host, int port, AddressFamily addressFamily ) : System.Net.Sockets
host string
port int
addressFamily AddressFamily
Résultat System.Net.Sockets

Equals() public méthode

public Equals ( object comparand ) : bool
comparand object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string