WebSocketClosedEventArgs ClosedByClient Property C# API
Get a value indicating if the WebSocket was closed by the client or by the server.

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

public bool ClosedByClient { get; private set; }
Remarks

Returns true if the WebSocket was closed by the client, false if it was closed by the server.
See Also