Walter.Net.Networking
GetWhoisAsync Method (ClientBase)
Walter.Net.Networking Assembly > Walter.Net.Networking.ISP Namespace > ClientBase Class : GetWhoisAsync Method
Gets the whois for a given IP address using the concrete implementation.
Syntax
public abstract Task<IWhois> GetWhoisAsync( 
   DnsEntry dns
)

Parameters

dns

Return Value

IWhois for a given IP address or null if not found.
Exceptions
ExceptionDescription
IP address 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

ClientBase Class
ClientBase Members