Gets the close status (only available once the WebSocket has been closed).

Namespace:  Rebex.Net
Assembly:  Rebex.WebSocket (in Rebex.WebSocket.dll)

Syntax

Visual Basic
Public ReadOnly Property CloseStatus As Nullable(Of WebSocketCloseStatus)
	Get
C#
public Nullable<WebSocketCloseStatus> CloseStatus { get; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also