Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
XamarinImgur
Interfaces
HttpProgress
C# Class XamarinImgur.Interfaces.HttpProgress
Mostra file
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?