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
OpenReadCompletedEventArgs.cs
Go to the documentation of this file.
1using System;
3using System.IO;
4
5namespace System.Net
6{
7 // Token: 0x0200017A RID: 378
8 public class OpenReadCompletedEventArgs : global::System.ComponentModel.AsyncCompletedEventArgs
9 {
10 // Token: 0x060009E9 RID: 2537 RVA: 0x00021EFC File Offset: 0x000200FC
11 internal OpenReadCompletedEventArgs(Stream result, Exception exception, bool cancelled, object userToken)
12 {
13 this._result = result;
14 }
15
16 // Token: 0x170001F8 RID: 504
17 // (get) Token: 0x060009EA RID: 2538 RVA: 0x00021F10 File Offset: 0x00020110
19 {
20 get
21 {
22 base.RaiseExceptionIfNecessary();
23 return this._result;
24 }
25 }
26
27 // Token: 0x060009EB RID: 2539 RVA: 0x00021F2C File Offset: 0x0002012C
29 {
30 throw new NotSupportedException();
31 }
32
33 // Token: 0x0400079A RID: 1946
35 }
36}
class f__AnonymousType0<< Count > j__TPar
OpenReadCompletedEventArgs(Stream result, Exception exception, bool cancelled, object userToken)