C# Class Windows.Networking.Sockets.BandwidthStatistics

显示文件 Open project: ermau/WinRT.NET

Public Properties

Property Type Description
InboundBitsPerSecond ulong
InboundInstability ulong
IsboundBandwidthPeaked bool
OutboundBandwidthPeaked bool
OutboundBitsPerSecond ulong
OutboundInstability ulong

Property Details

InboundBitsPerSecond public_oe property

public ulong InboundBitsPerSecond
return ulong

InboundInstability public_oe property

public ulong InboundInstability
return ulong

IsboundBandwidthPeaked public_oe property

public bool IsboundBandwidthPeaked
return bool

OutboundBandwidthPeaked public_oe property

public bool OutboundBandwidthPeaked
return bool

OutboundBitsPerSecond public_oe property

public ulong OutboundBitsPerSecond
return ulong

OutboundInstability public_oe property

public ulong OutboundInstability
return ulong