Click or drag to resize

WebSocketOnError Event

Occurs when the WebSocket gets an error.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public event EventHandler<ErrorEventArgs> OnError

Value

Type: SystemEventHandlerErrorEventArgs
See Also