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

◆ Remove() [1/2]

void System.Net.CredentialCache.Remove ( global::System::Uri uriPrefix,
string authType )
inline

Definition at line 96 of file CredentialCache.cs.

97 {
98 if (!true)
99 {
100 }
101 if (authType != null)
102 {
103 int version = this.m_version;
104 this.m_version = version;
105 if (this.cache != null)
106 {
109 }
111 return;
112 }
113 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.CredentialCache.cache, j__TPar, System.Net.CredentialCache.m_NumbDefaultCredInCache, and System.Net.CredentialCache.m_version.