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
UploadFileCompletedEventArgs.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x02000180 RID: 384
7 public class UploadFileCompletedEventArgs : global::System.ComponentModel.AsyncCompletedEventArgs
8 {
9 // Token: 0x060009FB RID: 2555 RVA: 0x0002208C File Offset: 0x0002028C
10 internal UploadFileCompletedEventArgs(byte[] result, Exception exception, bool cancelled, object userToken)
11 {
12 this._result = result;
13 }
14
15 // Token: 0x170001FE RID: 510
16 // (get) Token: 0x060009FC RID: 2556 RVA: 0x000220A0 File Offset: 0x000202A0
17 public byte[] Result
18 {
19 get
20 {
21 base.RaiseExceptionIfNecessary();
22 return this._result;
23 }
24 }
25
26 // Token: 0x060009FD RID: 2557 RVA: 0x000220BC File Offset: 0x000202BC
28 {
29 throw new NotSupportedException();
30 }
31
32 // Token: 0x040007A0 RID: 1952
33 private readonly byte[] _result;
34 }
35}
class f__AnonymousType0<< Count > j__TPar
UploadFileCompletedEventArgs(byte[] result, Exception exception, bool cancelled, object userToken)