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

◆ DefaultPolicyLevel

global.System.Net.Cache.RequestCacheLevel System.Net.Configuration.RequestCachingSection.DefaultPolicyLevel
getset

Definition at line 40 of file RequestCachingSection.cs.

41 {
42 get
43 {
44 throw new NotSupportedException();
45 }
46 set
47 {
48 throw new NotSupportedException();
49 }
50 }