SocketWrench .NET Edition

InternetDialer.ServerAddress Property

Gets the address of the dial-up networking server.

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

Property Value

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

Remarks

The ServerAddress property returns the address of the dial-up networking server that the local host has connected to. 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. This property may also return an empty string if the remote server did not provide this information during the connection process.

See Also

InternetDialer Class | SocketTools Namespace