terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.UploadProgressChangedEventArgs Class Reference
+ Inheritance diagram for System.Net.UploadProgressChangedEventArgs:

Package Functions

 UploadProgressChangedEventArgs (int progressPercentage, object userToken, long bytesSent, long totalBytesToSend, long bytesReceived, long totalBytesToReceive)
 
 UploadProgressChangedEventArgs ()
 

Properties

long BytesReceived [get]
 
long TotalBytesToReceive [get]
 
long BytesSent [get]
 
long TotalBytesToSend [get]
 

Private Attributes

readonly long< BytesReceivedk__BackingField
 
readonly long< TotalBytesToReceivek__BackingField
 
readonly long< BytesSentk__BackingField
 
readonly long< TotalBytesToSendk__BackingField
 

Detailed Description

Definition at line 8 of file UploadProgressChangedEventArgs.cs.


The documentation for this class was generated from the following file: