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

◆ CachePolicy

override global.System.Net.Cache.RequestCachePolicy System.Net.FtpWebRequest.CachePolicy
getset

Definition at line 1002 of file FtpWebRequest.cs.

1003 {
1004 get
1005 {
1006 if (!true)
1007 {
1008 }
1009 return FtpWebRequest.DefaultCachePolicy;
1010 }
1011 set
1012 {
1014 {
1015 }
1016 }
1017 }