C# Class Renci.SshNet.Abstractions.DnsAbstraction

Afficher le fichier Open project: sshnet/SSH.NET

Méthodes publiques

Méthode Description
GetHostAddresses ( string hostNameOrAddress ) : System.Net.IPAddress[]

Returns the Internet Protocol (IP) addresses for the specified host.

Method Details

GetHostAddresses() public static méthode

Returns the Internet Protocol (IP) addresses for the specified host.
is null. An error is encountered when resolving .
public static GetHostAddresses ( string hostNameOrAddress ) : System.Net.IPAddress[]
hostNameOrAddress string The host name or IP address to resolve
Résultat System.Net.IPAddress[]