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
UploadValuesCompletedEventArgs.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x02000181 RID: 385
7 public class UploadValuesCompletedEventArgs : global::System.ComponentModel.AsyncCompletedEventArgs
8 {
9 // Token: 0x060009FE RID: 2558 RVA: 0x000220D0 File Offset: 0x000202D0
10 internal UploadValuesCompletedEventArgs(byte[] result, Exception exception, bool cancelled, object userToken)
11 {
12 this._result = result;
13 }
14
15 // Token: 0x170001FF RID: 511
16 // (get) Token: 0x060009FF RID: 2559 RVA: 0x000220E4 File Offset: 0x000202E4
17 public byte[] Result
18 {
19 get
20 {
21 base.RaiseExceptionIfNecessary();
22 return this._result;
23 }
24 }
25
26 // Token: 0x06000A00 RID: 2560 RVA: 0x00022100 File Offset: 0x00020300
28 {
29 throw new NotSupportedException();
30 }
31
32 // Token: 0x040007A1 RID: 1953
33 private readonly byte[] _result;
34 }
35}
class f__AnonymousType0<< Count > j__TPar
UploadValuesCompletedEventArgs(byte[] result, Exception exception, bool cancelled, object userToken)