C# Class Renci.SshNet.Abstractions.DnsAbstraction

ファイルを表示 Open project: sshnet/SSH.NET

Public Methods

Method Description
GetHostAddresses ( string hostNameOrAddress ) : System.Net.IPAddress[]

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

Method Details

GetHostAddresses() public static method

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
return System.Net.IPAddress[]