C# Class X.DnsEx

Afficher le fichier Open project: dpull/UnityUtils

Méthodes publiques

Méthode Description
GetIPAddress ( string host ) : IPAddress
GetIPAddressAsynByHttpDns ( string host, int millisecondsTimeout ) : IPAddressAsyn
GetIPAddressByHttpDns ( string host ) : IPAddress

Method Details

GetIPAddress() public static méthode

public static GetIPAddress ( string host ) : IPAddress
host string
Résultat System.Net.IPAddress

GetIPAddressAsynByHttpDns() public static méthode

public static GetIPAddressAsynByHttpDns ( string host, int millisecondsTimeout ) : IPAddressAsyn
host string
millisecondsTimeout int
Résultat IPAddressAsyn

GetIPAddressByHttpDns() public static méthode

public static GetIPAddressByHttpDns ( string host ) : IPAddress
host string
Résultat System.Net.IPAddress