SocketWrench .NET Edition

InternetDialer.NameServer Field

Gets and sets the IP addresses of the nameservers assigned to the current phonebook entry.

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

Remarks

The NameServer array is used to set or return the nameserver IP addresses assigned to the current phonebook entry. Setting the array to an IP address changes the corresponding address assigned to the phonebook entry. Note that assigned nameserver addresses are only used if the DynamicNameServers property has been set to false. If dynamic nameservers are assigned to the session this array will not return those addresses, it will return empty strings.

See Also

InternetDialer Class | SocketTools Namespace