LumiSoft Net Help
GetHostAddresses Method (hostNameOrIP)
NamespacesLumiSoft.Net.DNS.ClientDns_ClientGetHostAddresses(String)
Gets host IPv4 and IPv6 addresses.
Declaration Syntax
C#Visual BasicVisual C++F#
public IPAddress[] GetHostAddresses(
	string hostNameOrIP
)
Public Function GetHostAddresses ( 
	hostNameOrIP As String
) As IPAddress()
public:
array<IPAddress^>^ GetHostAddresses(
	String^ hostNameOrIP
)
member GetHostAddresses : 
        hostNameOrIP : string -> IPAddress[] 
Parameters
hostNameOrIP (String)
Host name or IP address.
Return Value
array<IPAddress>[]()[][]
Returns host IPv4 and IPv6 addresses.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this method is accessed.
ArgumentNullExceptionIs raised when hostNameOrIP is null reference.
DNS_ClientExceptionIs raised when DNS server returns error.
IOExceptionIs raised when IO reletaed error happens.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119