BackgroundTransferRequest.BytesSent Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the number of bytes that have been uploaded for the request.

Namespace:  Microsoft.Phone.BackgroundTransfer
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public ReadOnly Property BytesSent As Long
public long BytesSent { get; }

Property Value

Type: System..::.Int64
The number of bytes that have been uploaded for the request.

Remarks

This value represents the number of bytes of the transferred payload and does not include the size of the HTTP headers.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

BackgroundTransferRequest Class

Microsoft.Phone.BackgroundTransfer Namespace