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() [2/2]

void System.Net.CredentialCache.Remove ( string host,
int port,
string authenticationType )
inline

Definition at line 116 of file CredentialCache.cs.

117 {
118 if (authenticationType != null && host != null)
119 {
120 int version = this.m_version;
121 this.m_version = version;
122 if (this.cacheForHosts != null)
123 {
126 }
128 return;
129 }
130 }
class f__AnonymousType0<< Count > j__TPar

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