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
RequestCacheLevel.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net.Cache
4{
5 // Token: 0x020002E6 RID: 742
6 public enum RequestCacheLevel
7 {
8 // Token: 0x04000F77 RID: 3959
10 // Token: 0x04000F78 RID: 3960
12 // Token: 0x04000F79 RID: 3961
14 // Token: 0x04000F7A RID: 3962
16 // Token: 0x04000F7B RID: 3963
18 // Token: 0x04000F7C RID: 3964
19 Reload,
20 // Token: 0x04000F7D RID: 3965
22 }
23}