SocketWrench .NET Edition

InternetDialer.DynamicNameServers Property

Enables and disables the use of dynamically assigned nameserver addresses.

[Visual Basic]
Public Property DynamicNameServers As Boolean
[C#]
public bool DynamicNameServers {get; set;}

Property Value

A boolean value which specifies if dynamically allocated nameservers should be used.

Remarks

The DynamicNameServers property determines if the current phonebook entry should use dynamically assigned nameservers. If this property is set to true, then one or more nameservers are assigned to the dial-up adapter when the connection is established. If set to false, then the dial-up adapter nameservers are set to the values specified by the NameServer array.

See Also

InternetDialer Class | SocketTools Namespace