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
DownloadProgressChangedEventArgs.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net
6{
7 // Token: 0x02000182 RID: 386
8 public class DownloadProgressChangedEventArgs : global::System.ComponentModel.ProgressChangedEventArgs
9 {
10 // Token: 0x06000A01 RID: 2561 RVA: 0x00022114 File Offset: 0x00020314
11 internal DownloadProgressChangedEventArgs(int progressPercentage, object userToken, long bytesReceived, long totalBytesToReceive)
12 : base(progressPercentage, userToken)
13 {
14 this.BytesReceived = bytesReceived;
16 }
17
18 // Token: 0x17000200 RID: 512
19 // (get) Token: 0x06000A02 RID: 2562 RVA: 0x00022138 File Offset: 0x00020338
20 public long BytesReceived
21 {
23 get
24 {
25 return this.<BytesReceived>k__BackingField;
26 }
27 }
28
29 // Token: 0x17000201 RID: 513
30 // (get) Token: 0x06000A03 RID: 2563 RVA: 0x0002214C File Offset: 0x0002034C
32 {
34 get
35 {
37 }
38 }
39
40 // Token: 0x06000A04 RID: 2564 RVA: 0x00022160 File Offset: 0x00020360
42 {
43 throw new NotSupportedException();
44 }
45
46 // Token: 0x040007A2 RID: 1954
48 private readonly long <BytesReceived>k__BackingField;
49
50 // Token: 0x040007A3 RID: 1955
52 private readonly long <TotalBytesToReceive>k__BackingField;
53 }
54}
class f__AnonymousType0<< Count > j__TPar
DownloadProgressChangedEventArgs(int progressPercentage, object userToken, long bytesReceived, long totalBytesToReceive)