MessageWebSocketInformation class

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

MessageWebSocketInformation class

[This documentation is preliminary and is subject to change.]

Applies to: Metro style apps | desktop apps

Provides socket information on a MessageWebSocket.

Syntax


var messageWebSocketInformation = MessageWebSocket.Information;

Attributes

DualApiPartitionAttribute()
MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The MessageWebSocketInformation class has these types of members:

Methods

The MessageWebSocketInformation class inherits methods from the Object class (C#/VB/C++).

Properties

The MessageWebSocketInformation class has these properties.

PropertyAccess typeDescription

BandwidthStatistics

Read-onlyGets bandwidth information for network data transfer on a MessageWebSocket object.

LocalAddress

Read-onlyGets the IP address associated with a MessageWebSocket object.

Protocol

Read-onlyGets the WebSocket sub-protocol negotiated with the server during WebSocket handshake on a MessageWebSocket object.

 

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

 

 

Build date: 5/22/2012

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