ComponentSpace DNS Class Library Reference

DnsClient Constructor (IPEndPoint)

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

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

Parameters

serverAddress
The DNS server IP address.

See Also

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