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
UploadDataCompletedEventArgs.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x0200017F RID: 383
7 public class UploadDataCompletedEventArgs : global::System.ComponentModel.AsyncCompletedEventArgs
8 {
9 // Token: 0x060009F8 RID: 2552 RVA: 0x00022048 File Offset: 0x00020248
10 internal UploadDataCompletedEventArgs(byte[] result, Exception exception, bool cancelled, object userToken)
11 {
12 this._result = result;
13 }
14
15 // Token: 0x170001FD RID: 509
16 // (get) Token: 0x060009F9 RID: 2553 RVA: 0x0002205C File Offset: 0x0002025C
17 public byte[] Result
18 {
19 get
20 {
21 base.RaiseExceptionIfNecessary();
22 return this._result;
23 }
24 }
25
26 // Token: 0x060009FA RID: 2554 RVA: 0x00022078 File Offset: 0x00020278
28 {
29 throw new NotSupportedException();
30 }
31
32 // Token: 0x0400079F RID: 1951
33 private readonly byte[] _result;
34 }
35}
class f__AnonymousType0<< Count > j__TPar
UploadDataCompletedEventArgs(byte[] result, Exception exception, bool cancelled, object userToken)