AspNetWebSocket::CloseStatus Property
.NET Framework (current version)
Gets a status code that indicates why an AspNetWebSocket object was closed.
Assembly: System.Web (in System.Web.dll)
public: property Nullable<WebSocketCloseStatus> CloseStatus { virtual Nullable<WebSocketCloseStatus> get() override; }
| Exception | Condition |
|---|---|
| ObjectDisposedException | The object was previously disposed. |
.NET Framework
Available since 4.5
Available since 4.5
Show: