AspNetWebSocket::CloseStatusDescription Property

.NET Framework (current version)
 

Gets a status message that explains why an AspNetWebSocket object was closed.

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

public:
property String^ CloseStatusDescription {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The status message.

Exception Condition
ObjectDisposedException

The object was previously disposed.

.NET Framework
Available since 4.5
Return to top
Show: