NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DNS.GetHostByAddr (String)

Creates an System.Net.IPHostAddress instance from an IP dotted address.

[Visual Basic]
Overloads Public Shared Function GetHostByAddr( _
   ByVal address As String _
) As IPHostEntry
[C#]
public static IPHostEntry GetHostByAddr(
   string address
);
[C++]
public: static IPHostEntry* GetHostByAddr(
   String* address
);
[JScript]
public static function GetHostByAddr(
   address : String
) : IPHostEntry;

Parameters

address
A string that represents a DNS-style host name (for example,

See Also

DNS Class | DNS Members | System.Net Namespace | DNS.GetHostByAddr Overload List