SocketMessageType enumeration

Expand
This topic has not yet been rated - Rate this topic

SocketMessageType enumeration

[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.

MemberValueDescription
Binary | binary0

The message type is binary.

Utf8 | utf81

The message type is UTF-8 text.

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.Networking.Sockets
Windows::Networking::Sockets [C++]

Metadata

Windows.winmd

DLL

Windows.Networking.dll

See also

MessageWebSocket
MessageWebSocketControl.MessageType

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD