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

◆ UnspecifiedMaximumAge

TimeSpan System.Net.Configuration.RequestCachingSection.UnspecifiedMaximumAge
getset

Definition at line 95 of file RequestCachingSection.cs.

96 {
97 get
98 {
99 throw new NotSupportedException();
100 }
101 set
102 {
103 throw new NotSupportedException();
104 }
105 }