WebSocket.CloseStatus Property

.NET Framework (current version)
 

Indicates the reason why the remote endpoint initiated the close handshake.

Namespace:   System.Net.WebSockets
Assembly:  System (in System.dll)

Public MustOverride ReadOnly Property CloseStatus As Nullable(Of WebSocketCloseStatus)

Property Value

Type: System.Nullable(Of WebSocketCloseStatus)

Returns WebSocketCloseStatus.

If the close handshake has not been initiated yet, WebSocketCloseStatus.None is returned.

.NET Framework
Available since 4.5
Return to top
Show: