The WebSocketClosedEventArgs type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
ClosedByClient |
Get a value indicating if the WebSocket was closed by the client or by the server.
| |
Reason |
Get the reason for closing the WebSocket.
|
See Also