Perform a reverse DNS lookup.
Namespace:
JHSoftware.SimpleDNS.PluginAssembly: sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)
Syntax
| C# |
|---|
void LookupReverse( IPAddress fromIP, IPAddress lookupIP, ref DomainName resultName, ref int resultTTL ) |
| Visual Basic (Declaration) |
|---|
Sub LookupReverse ( _ fromIP As IPAddress, _ lookupIP As IPAddress, _ ByRef resultName As DomainName, _ ByRef resultTTL As Integer _ ) |
| Visual C++ |
|---|
void LookupReverse( IPAddress^ fromIP, IPAddress^ lookupIP, DomainName^% resultName, int% resultTTL ) |
Parameters
- fromIP
- Type: System.Net..::.IPAddress
The IP address that the DNS requests originates from.
- lookupIP
- Type: System.Net..::.IPAddress
The IP address to lookup.
- resultName
- Type: JHSoftware.SimpleDNS.Plugin..::.DomainName%
The host name to return. Set to null/Nothing if no match is found.
- resultTTL
- Type: System..::.Int32%
The TTL (Time To Live) value to return - in seconds
Remarks
Does not need to be implemented if the SupportsReverse property returns False.