| ComponentSpace DNS Class Library Reference |
|
DnsClient Constructor (String)
Initializes a new instance of the DnsClient class with the specified DNS server address. The address can either be the name of the server (eg. www.componentspace.com) or its IP address (eg. 66.210.153.10).
[Visual Basic]
Overloads Public Sub New( _
ByVal
serverAddress As
String _
)
[C#]
public DnsClient(
string serverAddress);
Parameters
-
serverAddress
- The DNS server address (eg. 66.210.153.10 or www.componentspace.com).
See Also
DnsClient Class | ComponentSpace.Dns Namespace | DnsClient Constructor Overload List