SocketTools .NET Edition

PopClient.LocalAddress Property

Gets the local Internet address that the client is bound to.

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

Property Value

A string which specifies an Internet address.

Remarks

The LocalAddress property returns the local Internet address that the client is bound to when a connection is established with a remote host. This property may return either an IPv4 or IPv6 formatted address, depending on the type of connection that was established.

See Also

PopClient Class | SocketTools Namespace