SocketTools .NET Edition

WhoisClient.Status Property

Gets a value which specifies the current status of the client.

[Visual Basic]
Public ReadOnly Property Status As WhoisStatus
[C#]
public WhoisClient.WhoisStatus Status {get;}

Property Value

A WhoisStatus enumeration value which specifies the current client status.

Remarks

The Status property returns the current status of the client. This property can be used to check on blocking connections to determine if the client is interacting with the remote host before taking some action.

See Also

WhoisClient Class | SocketTools Namespace