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
AsyncReadOrWriteRequest.cs
Go to the documentation of this file.
1using System;
3
4namespace Mono.Net.Security
5{
6 // Token: 0x02000052 RID: 82
8 {
9 // Token: 0x17000020 RID: 32
10 // (get) Token: 0x060000DC RID: 220 RVA: 0x00004064 File Offset: 0x00002264
12 {
14 get
15 {
16 return this.<UserBuffer>k__BackingField;
17 }
18 }
19
20 // Token: 0x17000021 RID: 33
21 // (get) Token: 0x060000DD RID: 221 RVA: 0x00004078 File Offset: 0x00002278
22 // (set) Token: 0x060000DE RID: 222 RVA: 0x0000408C File Offset: 0x0000228C
23 protected int CurrentSize
24 {
26 get
27 {
28 return this.<CurrentSize>k__BackingField;
29 }
31 set
32 {
34 }
35 }
36
37 // Token: 0x060000DF RID: 223 RVA: 0x000040A0 File Offset: 0x000022A0
38 public AsyncReadOrWriteRequest(MobileAuthenticatedStream parent, bool sync, byte[] buffer, int offset, int size)
39 : base(parent, sync)
40 {
41 }
42
43 // Token: 0x060000E0 RID: 224 RVA: 0x000040B8 File Offset: 0x000022B8
44 public override string ToString()
45 {
46 string text;
47 return text;
48 }
49
50 // Token: 0x040000C3 RID: 195
52 private readonly BufferOffsetSize <UserBuffer>k__BackingField;
53
54 // Token: 0x040000C4 RID: 196
56 private int <CurrentSize>k__BackingField;
57 }
58}
class f__AnonymousType0<< Count > j__TPar
readonly BufferOffsetSize< UserBuffer > k__BackingField
AsyncReadOrWriteRequest(MobileAuthenticatedStream parent, bool sync, byte[] buffer, int offset, int size)