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
RequestCacheBinding.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net.Cache
4{
5 // Token: 0x020002E5 RID: 741
6 internal class RequestCacheBinding
7 {
8 // Token: 0x060012F9 RID: 4857 RVA: 0x0003AC84 File Offset: 0x00038E84
15
16 // Token: 0x17000461 RID: 1121
17 // (get) Token: 0x060012FA RID: 4858 RVA: 0x0003ACAC File Offset: 0x00038EAC
18 internal RequestCache Cache
19 {
20 get
21 {
22 return this.m_RequestCache;
23 }
24 }
25
26 // Token: 0x17000462 RID: 1122
27 // (get) Token: 0x060012FB RID: 4859 RVA: 0x0003ACC0 File Offset: 0x00038EC0
29 {
30 get
31 {
32 return this.m_CacheValidator;
33 }
34 }
35
36 // Token: 0x17000463 RID: 1123
37 // (get) Token: 0x060012FC RID: 4860 RVA: 0x0003ACD4 File Offset: 0x00038ED4
38 internal RequestCachePolicy Policy
39 {
40 get
41 {
42 return this.m_Policy;
43 }
44 }
45
46 // Token: 0x04000F73 RID: 3955
48
49 // Token: 0x04000F74 RID: 3956
51
52 // Token: 0x04000F75 RID: 3957
54 }
55}
class f__AnonymousType0<< Count > j__TPar
RequestCacheBinding(RequestCache requestCache, RequestCacheValidator cacheValidator, RequestCachePolicy policy)