Class IpAddressExtensions
Extension methods for IPAddress.
Inherited Members
Namespace: System.Net
Assembly: DnsClient.dll
Syntax
public static class IpAddressExtensions
Methods
| Improve this Doc View SourceGetArpaName(IPAddress)
Translates a IPv4 or IPv6 IPAddress into an arpa address. Used for reverse DNS lookup to get the domain name of the given IPAddress.
Declaration
public static string GetArpaName(this IPAddress ip)
Parameters
Type | Name | Description |
---|---|---|
IPAddress | ip | The address to translate. |
Returns
Type | Description |
---|---|
String | The arpa representation of the address. |