Walter.Net.Networking
WhoOwnsThisAsync(DnsEntry) Method
Walter.Net.Networking Assembly > Walter.Net.Networking Namespace > DnsManager Class > WhoOwnsThisAsync Method : WhoOwnsThisAsync(DnsEntry) Method
The entry to populate.
More detailed action that finds out who owns this DNS entry (ISP) and what IP range it manages, it's a WHOIS for DNS entries and usually contains a contact detail for abuse.
Syntax
public Task<IWhois> WhoOwnsThisAsync( 
   DnsEntry entry
)

Parameters

entry
The entry to populate.

Return Value

Task<Whois>.
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