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
RequestCachePolicy.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net.Cache
4{
5 // Token: 0x020002E7 RID: 743
6 public class RequestCachePolicy
7 {
8 // Token: 0x060012FD RID: 4861 RVA: 0x0003ACE8 File Offset: 0x00038EE8
10 {
11 this.m_Level = level;
12 }
13
14 // Token: 0x17000464 RID: 1124
15 // (get) Token: 0x060012FE RID: 4862 RVA: 0x0003AD04 File Offset: 0x00038F04
17 {
18 get
19 {
20 return this.m_Level;
21 }
22 }
23
24 // Token: 0x060012FF RID: 4863 RVA: 0x0003AD18 File Offset: 0x00038F18
25 public override string ToString()
26 {
27 RequestCacheLevel level = this.m_Level;
28 string text;
29 return "Level:" + text;
30 }
31
32 // Token: 0x04000F7E RID: 3966
34 }
35}
class f__AnonymousType0<< Count > j__TPar
RequestCachePolicy(RequestCacheLevel level)