SocketTools .NET Edition

WhoisClient.OnCancel Event

Occurs when a blocking client operation is canceled.

[Visual Basic]
Public Event OnCancel As EventHandler
[C#]
public event EventHandler OnCancel;

Remarks

The OnCancel event is generated when a blocking client operation, such as sending or receiving data, is canceled with the Cancel method. To assist in determining which operation was cancelled, check the value of the Status property.

See Also

WhoisClient Class | SocketTools Namespace