C# Class Windows.Web.Syndication.TransferProgress

Show file Open project: shiftkey/winrt-backport-hilarity

Public Properties

Property Type Description
BytesRetrieved uint
BytesSent uint
TotalBytesToRetrieve uint
TotalBytesToSend uint

Property Details

BytesRetrieved public property

public uint BytesRetrieved
return uint

BytesSent public property

public uint BytesSent
return uint

TotalBytesToRetrieve public property

public uint TotalBytesToRetrieve
return uint

TotalBytesToSend public property

public uint TotalBytesToSend
return uint