SocketMessageType Enumeration

Specifies the type of a message for a MessageWebSocket object.

Syntax

public enum class SocketMessageType  

Members

Member Value Description
Binary The message type is binary.
Utf8 The message type is UTF-8 text.

Requirements

Namespace: Windows.Networking.Sockets

Metadata: windows.winmd

See also

Reference

Windows.Networking.Sockets Namespace