Enum WebSocketCloseReason
The reason the WebSocket connection closed.
Namespace: Yarp.Telemetry.Consumption
Assembly: Yarp.Telemetry.Consumption.dll
Syntax
public enum WebSocketCloseReason : int
Fields
Name | Description |
---|---|
ActivityTimeout | |
ClientDisconnect | |
ClientGracefulClose | |
ServerDisconnect | |
ServerGracefulClose | |
Unknown |