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
OpenWriteCompletedEventArgs.cs
Go to the documentation of this file.
1using System;
3using System.IO;
4
5namespace System.Net
6{
7 // Token: 0x0200017B RID: 379
8 public class OpenWriteCompletedEventArgs : global::System.ComponentModel.AsyncCompletedEventArgs
9 {
10 // Token: 0x060009EC RID: 2540 RVA: 0x00021F40 File Offset: 0x00020140
11 internal OpenWriteCompletedEventArgs(Stream result, Exception exception, bool cancelled, object userToken)
12 {
13 this._result = result;
14 }
15
16 // Token: 0x170001F9 RID: 505
17 // (get) Token: 0x060009ED RID: 2541 RVA: 0x00021F54 File Offset: 0x00020154
19 {
20 get
21 {
22 base.RaiseExceptionIfNecessary();
23 return this._result;
24 }
25 }
26
27 // Token: 0x060009EE RID: 2542 RVA: 0x00021F70 File Offset: 0x00020170
29 {
30 throw new NotSupportedException();
31 }
32
33 // Token: 0x0400079B RID: 1947
35 }
36}
class f__AnonymousType0<< Count > j__TPar
OpenWriteCompletedEventArgs(Stream result, Exception exception, bool cancelled, object userToken)