terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Net.DownloadProgressChangedEventArgs Class Reference
+ Inheritance diagram for System.Net.DownloadProgressChangedEventArgs:
+ Collaboration diagram for System.Net.DownloadProgressChangedEventArgs:

Static Public Attributes

static readonly global::System.EventArgs Empty
 

Package Functions

 DownloadProgressChangedEventArgs (int progressPercentage, object userToken, long bytesReceived, long totalBytesToReceive)
 
 DownloadProgressChangedEventArgs ()
 

Properties

long BytesReceived [get, set]
 
long TotalBytesToReceive [get, set]
 
int ProgressPercentage [get, set]
 
object UserState [get, set]
 

Private Attributes

readonly long< BytesReceivedk__BackingField
 
readonly long< TotalBytesToReceivek__BackingField
 
readonly int progressPercentage
 
readonly object userState
 

Detailed Description

Definition at line 10 of file DownloadProgressChangedEventArgs.cs.


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