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
DownloadDataCompletedEventArgs.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x0200017D RID: 381
7 public class DownloadDataCompletedEventArgs : global::System.ComponentModel.AsyncCompletedEventArgs
8 {
9 // Token: 0x060009F2 RID: 2546 RVA: 0x00021FC0 File Offset: 0x000201C0
10 internal DownloadDataCompletedEventArgs(byte[] result, Exception exception, bool cancelled, object userToken)
11 {
12 this._result = result;
13 }
14
15 // Token: 0x170001FB RID: 507
16 // (get) Token: 0x060009F3 RID: 2547 RVA: 0x00021FD4 File Offset: 0x000201D4
17 public byte[] Result
18 {
19 get
20 {
21 base.RaiseExceptionIfNecessary();
22 return this._result;
23 }
24 }
25
26 // Token: 0x060009F4 RID: 2548 RVA: 0x00021FF0 File Offset: 0x000201F0
28 {
29 throw new NotSupportedException();
30 }
31
32 // Token: 0x0400079D RID: 1949
33 private readonly byte[] _result;
34 }
35}
class f__AnonymousType0<< Count > j__TPar
DownloadDataCompletedEventArgs(byte[] result, Exception exception, bool cancelled, object userToken)