WebSocket Error EventC# API
Occurs when an error occurs on the WebSocket.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public event EventHandler<WebSocketErrorEventArgs> Error
Remarks

An error could occur during sending, receiving, or closing of the WebSocket.
See Also