ComponentSpace DNS Class Library Reference

DnsClient.CreateReverseLookupName Method 

Creates a reverse lookup name for use in a DNS reverse lookup. For example, given an address of 66.210.153.10 it returns 10.153.210.66.IN-ADDR.ARPA. For more information about reverse lookups, refer to RFC 1035.

[Visual Basic]
Public Shared Function CreateReverseLookupName( _
   ByVal ipAddress As IPAddress _
) As String
[C#]
public static string CreateReverseLookupName(
   IPAddress ipAddress
);

Parameters

ipAddress
The IP address

Return Value

See Also

DnsClient Class | ComponentSpace.Dns Namespace