SocketWrench .NET Edition

InternetDialer.InternetAddress Property

Gets the address assigned to the current dial-up networking session.

[Visual Basic]
Public Property InternetAddress As String
[C#]
public string InternetAddress {get; set;}

Property Value

A string which specifies an Internet Protocol (IP) address.

Remarks

The InternetAddress property returns the address assigned to the current dial-up networking session. If no connection has been established, or the connection has not been made with a PPP server, then this property will return an empty string. If the DynamicAddress property is set to false, changing this property value will update the address assigned to the current phonebook entry.

The address may only be changed before a connection is established.

See Also

InternetDialer Class | SocketTools Namespace