Walter.Net.Networking
GetReverseDNS(String,Int32) Method
Walter.Net.Networking Assembly > Walter.Net.Networking Namespace > DnsManager Class > GetReverseDNS Method : GetReverseDNS(String,Int32) Method
the name to resolve
the timeout
Resolve the DNS name of a domain or ip address
Syntax
public string GetReverseDNS( 
   string hostNameOrAddress,
   int timeout
)

Parameters

hostNameOrAddress
the name to resolve
timeout
the timeout

Return Value

the resolved dns name
Exceptions
ExceptionDescription
An exception stating "No such host is known" if the host name does not resolve.
Value must be provided
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DnsManager Class
DnsManager Members
Overload List