Catalyst File Transfer .NET

InternetDialer.DynamicAddress Property

Enables and disables the use of dynamically allocated IP addresses.

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

Property Value

A boolean value which specifies if a dynamically allocated IP address should be used.

Remarks

The DynamicAddress property determines if the current phonebook entry should use a dynamically assigned IP address. If this property is set to true, then an IP address is assigned to the dial-up adapter when the connection is established. If set to false, then the dial-up adapter IP address is set to the value of the InternetAddress property.

See Also

InternetDialer Class | SocketTools Namespace