SocketTools .NET Edition

WhoisClient.Handle Property

Gets a value that specifies the client handle allocated for the current session.

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

Property Value

An integer which represents a client handle. If there is no active connection, a value of -1 is returned.

Remarks

The Handle property specifies the numeric descriptor of the current client client session.

See Also

WhoisClient Class | SocketTools Namespace