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

◆ InternalSetCachePolicy()

void System.Net.WebRequest.InternalSetCachePolicy ( global::System::Net::Cache::RequestCachePolicy policy)
inlineprivate

Definition at line 345 of file WebRequest.cs.

346 {
347 global::System.Net.Cache.RequestCacheBinding cacheBinding = this.m_CacheBinding;
348 if (cacheBinding != null && cacheBinding.m_RequestCache != null)
349 {
350 global::System.Net.Cache.RequestCacheValidator cacheValidator = cacheBinding.m_CacheValidator;
351 if (cacheValidator != null && policy != null && this.m_CacheProtocol == null)
352 {
353 global::System.Net.Cache.RequestCacheLevel level = policy.m_Level;
354 object obj = cacheValidator.CreateValidator();
355 }
356 }
357 this.m_CachePolicy = policy;
358 }
class f__AnonymousType0<< Count > j__TPar
global::System.Net.Cache.RequestCacheBinding m_CacheBinding
global::System.Net.Cache.RequestCacheProtocol m_CacheProtocol

References j__TPar, System.Net.WebRequest.m_CacheBinding, System.Net.WebRequest.m_CacheProtocol, and System.obj.

Referenced by System.Net.WebRequest.SetupCacheProtocol().