WebSocketClient.CloseStatus Property
Namespace: Rebex.Net
Assembly: Rebex.WebSocket.dll
CloseStatus
Gets the close status (only available once the WebSocket has been closed).
Declaration
public WebSocketCloseStatus? CloseStatus { get; }
Property Value
Type | Description |
---|---|
Nullable<WebSocketCloseStatus> |