Walter.Web.FireWall
TryGetDns Method
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Infrastructure Namespace > IWhoisRepository Interface : TryGetDns Method
The IP address to retrieve the DNS entry from
The DNS entry belonging to the IP address
Query the database for a specific cashed DNS entry
Syntax
bool TryGetDns( 
   IPAddress address,
   out DnsEntry? dns
)

Parameters

address
The IP address to retrieve the DNS entry from
dns
The DNS entry belonging to the IP address

Return Value

True if IP address was retrieved
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

IWhoisRepository Interface
IWhoisRepository Members