[This documentation is preliminary and is subject to change.]
Specifies the type of a message for a MessageWebSocket object.
Syntax
var value = Windows.Networking.Sockets.SocketMessageType.binary;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The SocketMessageType enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Binary | binary | 0 |
The message type is binary. |
| Utf8 | utf8 | 1 |
The message type is UTF-8 text. |
Requirements
|
Minimum supported client | Windows 8 Release Preview |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
|
DLL |
|
See also
Build date: 5/22/2012
