Gets received message close status.

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

Syntax

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also