WebSocketReceiveResult::CloseStatusDescription Property

.NET Framework (current version)
 

Returns the optional description that describes why the close handshake has been initiated by the remote endpoint.

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

public:
property String^ CloseStatusDescription {
	String^ get();
	private: void set(String^ value);
}

Property Value

Type: System::String^

Returns String.

.NET Framework
Available since 4.5
Return to top
Show: