This topic has not yet been rated - Rate this topic

DataUsage class

Represents data usage information returned by the ConnectionProfile.GetLocalUsage method.

Syntax


var dataUsage = getLocalUsage();

Attributes

DualApiPartitionAttribute()
MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The DataUsage class has these types of members:

Methods

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

Properties

The DataUsage class has these properties.

PropertyAccess typeDescription

BytesReceived

Read-onlyGets a value indicating the number of bytes received by a connection over a specific period of time.

BytesSent

Read-onlyGets a value indicating the number of bytes sent by the connection over a specific period of time.

 

Remarks

For more information on using cost data to manage connectivity, see Quickstart: Managing metered network cost constraints.

Windows Phone 8

This API is not implemented and will throw an exception if called.

Requirements

Minimum supported client

Windows 8 [Windows Store apps, desktop apps]

Minimum supported server

None supported [Windows Store apps, desktop apps]

Minimum supported phone

Windows Phone 8

Namespace

Windows.Networking.Connectivity
Windows::Networking::Connectivity [C++]

Metadata

Windows.winmd

See also

Quickstart: Managing metered network cost constraints

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.