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.InetNtoa

Creates a string containing the DNS name of the host specified in address.

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

Parameters

address
An IPAddress instance representing the IP (or dotted IP) address of the host.

Return Value

A string containing the DNS name of the host specified in the address.

See Also

DNS Class | DNS Members | System.Net Namespace