C# Class XamarinImgur.Interfaces.HttpProgress

Afficher le fichier Open project: akshay2000/MonocleGiraffe Class Usage Examples

Méthodes publiques

Свойство Type Description
BytesReceived ulong
BytesSent ulong
Retries uint
Stage HttpProgressStage
TotalBytesToReceive ulong?
TotalBytesToSend ulong?

Property Details

BytesReceived public_oe property

public ulong BytesReceived
Résultat ulong

BytesSent public_oe property

public ulong BytesSent
Résultat ulong

Retries public_oe property

public uint Retries
Résultat uint

Stage public_oe property

public HttpProgressStage Stage
Résultat HttpProgressStage

TotalBytesToReceive public_oe property

public ulong? TotalBytesToReceive
Résultat ulong?

TotalBytesToSend public_oe property

public ulong? TotalBytesToSend
Résultat ulong?