WebSocket..::..OnError Event
Occurs when the WebSocket gets an error.
Namespace:
WebSocketSharpAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public event EventHandler<ErrorEventArgs> OnError
Public Event OnError As EventHandler(Of ErrorEventArgs)
public: event EventHandler<ErrorEventArgs^>^ OnError { void add (EventHandler<ErrorEventArgs^>^ value); void remove (EventHandler<ErrorEventArgs^>^ value); }