Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.09 KB

messagewebsocketinformation_bandwidthstatistics.md

File metadata and controls

25 lines (17 loc) · 1.09 KB
-api-id -api-type
P:Windows.Networking.Sockets.MessageWebSocketInformation.BandwidthStatistics
winrt property

Windows.Networking.Sockets.MessageWebSocketInformation.BandwidthStatistics

-description

Gets bandwidth information for network data transfer on a MessageWebSocket object.

Note that the returned statistics are based on extended TCP statistics, which are enabled by default on Client versions of Windows, but disabled by default for performance reasons on Server versions of Windows. If extended TCP statistics are not available, all returned numerical statistics are set to 0, and boolean statistics are set to false.

-property-value

Bandwidth information for network data transfer on a MessageWebSocket object.

-remarks

-examples

-see-also

How to use advanced WebSocket controls, BandwidthStatistics, MessageWebSocket