Initializes a new instance of the WebSocketClosedEventArgs class.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- closedByClient
- Type: System Boolean
true if the WebSocket was closed by the client, false if it was closed by the server.
- reason
- Type: System String
The reason for closing the WebSocket.
See Also