IWebSocketInformation.BandwidthStatistics Property

Definition

Gets bandwidth information for network data transfer on an IWebSocket object.

BandwidthStatistics BandwidthStatistics();
public BandwidthStatistics BandwidthStatistics { get; }
var bandwidthStatistics = iWebSocketInformation.bandwidthStatistics;
Public ReadOnly Property BandwidthStatistics As BandwidthStatistics

Property Value

Bandwidth information for network data transfer on an IWebSocket object.

Applies to

See also