MessageWebSocketInformation.BandwidthStatistics Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
BandwidthStatistics BandwidthStatistics();
public BandwidthStatistics BandwidthStatistics { get; }
var bandwidthStatistics = messageWebSocketInformation.bandwidthStatistics;
Public ReadOnly Property BandwidthStatistics As BandwidthStatistics
Property Value
Bandwidth information for network data transfer on a MessageWebSocket object.