WebSocketReceiveResult::MessageType Property

.NET Framework (current version)
 

Indicates whether the current message is a UTF-8 message or a binary message.

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

public:
property WebSocketMessageType MessageType {
	WebSocketMessageType get();
	private: void set(WebSocketMessageType value);
}

.NET Framework
Available since 4.5
Return to top
Show: