Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CachePolicy

override? RequestCachePolicy System.Net.FtpWebRequest.CachePolicy
getset

Definition at line 324 of file FtpWebRequest.cs.

325 {
326 get
327 {
328 return DefaultCachePolicy;
329 }
330 set
331 {
332 if (InUse)
333 {
335 }
336 }
337 }
static new? RequestCachePolicy DefaultCachePolicy
static string net_reqsubmitted
Definition SR.cs:16
Definition SR.cs:7