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

◆ Add() [1/2]

void System.Net.CredentialCache.Add ( global::System::Uri uriPrefix,
string authType,
NetworkCredential cred )
inline

Definition at line 43 of file CredentialCache.cs.

44 {
45 if (!true)
46 {
47 }
48 if (authType != null)
49 {
50 if (cred != null)
51 {
52 }
53 int version = this.m_version;
54 this.m_version = version;
56 if (cred != null)
57 {
60 }
61 return;
62 }
64 }
class f__AnonymousType0<< Count > j__TPar

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