Walter.Net.Networking
NSLookup Constructor
Walter.Net.Networking Assembly > Walter.Net.Networking.DNS Namespace > NSLookup Class : NSLookup Constructor
The query.
The server.
The server ip.
Initializes a new instance of the NSLookup class.
Syntax
public NSLookup( 
   string query,
   string server,
   IPAddress serverIp
)

Parameters

query
The query.
server
The server.
serverIp
The server ip.
Exceptions
ExceptionDescription
Query must be provided - query
DNS server name must be provided - server
serverIp
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

NSLookup Class
NSLookup Members