SocketTools .NET Edition

DnsClient.NameServerArray Class

The class used to return the nameservers configured for the local host.

For a list of all members of this type, see DnsClient.NameServerArray Members.

System.Object
   SocketTools.DnsClient.NameServerArray

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class DnsClient.NameServerArray
[C#]
[DefaultMember(MemberName="Item")]
public class DnsClient.NameServerArray

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The NameServerArray class returns the nameservers configured for the local host. A read-only instance of this class is created by the DnsClient class constructor and accessed using the NameServer array.

Requirements

Namespace: SocketTools

Assembly: SocketTools.DnsClient (in SocketTools.DnsClient.dll)

See Also

DnsClient.NameServerArray Members | SocketTools Namespace | NameServer Field