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)

abstract CloseStatus : Nullable<WebSocketCloseStatus> with get

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

.NET Framework
Available since 4.5
Return to top
Show: