C# Class XamarinImgur.Interfaces.HttpProgress

Datei anzeigen Open project: akshay2000/MonocleGiraffe Class Usage Examples

Public Properties

Property Type Description
BytesReceived ulong
BytesSent ulong
Retries uint
Stage HttpProgressStage
TotalBytesToReceive ulong?
TotalBytesToSend ulong?

Property Details

BytesReceived public_oe property

public ulong BytesReceived
return ulong

BytesSent public_oe property

public ulong BytesSent
return ulong

Retries public_oe property

public uint Retries
return uint

Stage public_oe property

public HttpProgressStage Stage
return HttpProgressStage

TotalBytesToReceive public_oe property

public ulong? TotalBytesToReceive
return ulong?

TotalBytesToSend public_oe property

public ulong? TotalBytesToSend
return ulong?