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
UploadStringCompletedEventArgs.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x0200017E RID: 382
7 public class UploadStringCompletedEventArgs : global::System.ComponentModel.AsyncCompletedEventArgs
8 {
9 // Token: 0x060009F5 RID: 2549 RVA: 0x00022004 File Offset: 0x00020204
10 internal UploadStringCompletedEventArgs(string result, Exception exception, bool cancelled, object userToken)
11 {
12 this._result = result;
13 }
14
15 // Token: 0x170001FC RID: 508
16 // (get) Token: 0x060009F6 RID: 2550 RVA: 0x00022018 File Offset: 0x00020218
17 public string Result
18 {
19 get
20 {
21 base.RaiseExceptionIfNecessary();
22 return this._result;
23 }
24 }
25
26 // Token: 0x060009F7 RID: 2551 RVA: 0x00022034 File Offset: 0x00020234
28 {
29 throw new NotSupportedException();
30 }
31
32 // Token: 0x0400079E RID: 1950
33 private readonly string _result;
34 }
35}
class f__AnonymousType0<< Count > j__TPar
UploadStringCompletedEventArgs(string result, Exception exception, bool cancelled, object userToken)