SocketTools .NET Edition

DnsClient.NameServer Field

Change or return the Internet address for a nameserver

[Visual Basic]
Public ReadOnly NameServer As NameServerArray
[C#]
public readonly NameServerArray NameServer;

Remarks

The NameServer array is used to specify one or more nameservers used to resolve hostnames and addresses. The address value must be an IP address in dot notation.

The index specifies which nameserver to set or return a value for. There may be up to four nameservers defined for any single instance of the component.

See Also

DnsClient Class | SocketTools Namespace