SocketTools .NET Edition

WhoisClient.LocalPort Property

Gets the local port number the client is bound to.

[Visual Basic]
Public ReadOnly Property LocalPort As Integer
[C#]
public int LocalPort {get;}

Property Value

An integer value which specifies a port number. The default value is 0.

Remarks

The LocalPort property is used to identify the local port number that the client is bound to to when a connection is established with a remote host.

See Also

WhoisClient Class | SocketTools Namespace