WebSocketClosedEventArgs PropertiesC# API
The WebSocketClosedEventArgs type exposes the following members.
Properties

  NameDescription
Public propertyClosedByClient
Get a value indicating if the WebSocket was closed by the client or by the server.
Public propertyReason
Get the reason for closing the WebSocket.
Back to Top
See Also