ComponentSpace DNS Class Library Reference

DnsClient Constructor (IPAddress)

Initializes a new instance of the DnsClient class with the specified DNS server IP address.

[Visual Basic]
Overloads Public Sub New( _
   ByVal serverAddress As IPAddress _
)
[C#]
public DnsClient(
   IPAddress serverAddress
);

Parameters

serverAddress
The DNS server IP address.

See Also

DnsClient Class | ComponentSpace.Dns Namespace | DnsClient Constructor Overload List