Walter.Net.Networking
WhoOwnsThisAsync(IPAddress) Method
Walter.Net.Networking Assembly > Walter.Net.Networking Namespace > DnsManager Class > WhoOwnsThisAsync Method : WhoOwnsThisAsync(IPAddress) Method
The IP address to query.
This finds-out who owns this DNS HostName (ISP), it's a WHOIS for DNS Names only and returns limited data like the company and contact details of the ISP.
Syntax
public Task<IWhois> WhoOwnsThisAsync( 
   IPAddress address
)

Parameters

address
The IP address to query.

Return Value

Whois data.
Exceptions
ExceptionDescription
address
Remarks
WhoIs information normally contains the name of the ISP, The address of the ISP, as well as technical and administrative and abuse contacts.
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