WebSocketReceiveResult::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)

public:
property Nullable<WebSocketCloseStatus> CloseStatus {
	Nullable<WebSocketCloseStatus> get();
	private: void set(Nullable<WebSocketCloseStatus> value);
}

.NET Framework
Available since 4.5
Return to top
Show: