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

◆ PolicyLevel

global.System.Net.Cache.HttpRequestCacheLevel System.Net.Configuration.HttpCachePolicyElement.PolicyLevel
getset

Definition at line 65 of file HttpCachePolicyElement.cs.

66 {
67 get
68 {
69 throw new NotSupportedException();
70 }
71 set
72 {
73 throw new NotSupportedException();
74 }
75 }