ClientWebSocket::CloseStatusDescription Property

.NET Framework (current version)
 

Gets a description of the reason why the ClientWebSocket instance was closed.

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

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

Property Value

Type: System::String^

Returns String.

The description of the reason why the ClientWebSocket instance was closed.

.NET Framework
Available since 4.5
Return to top
Show: