WebSocket Closed EventC# API
Occurs when the WebSocket is closed.

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

public event EventHandler<WebSocketClosedEventArgs> Closed
Remarks

Note that the WebSocket close may be triggered by either the client or the server.
See Also