The WebSocket message type to be configured on a MessageWebSocket object for write operations.
public:
property SocketMessageType MessageType {
SocketMessageType get ();
void set (SocketMessageType value);
}
Type: SocketMessageType
A WebSocket message can be either a binary message or a UTF-8 message.
This property only affects write operations on OutputStream. It does not affect the format of received messages.
Namespace: Windows.Networking.Sockets
Metadata: windows.winmd