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

void System.Net.CredentialCache.Add ( string host,
int port,
string authenticationType,
NetworkCredential credential )
inline

Definition at line 67 of file CredentialCache.cs.

68 {
69 if (host == null)
70 {
71 return;
72 }
73 if (authenticationType == null)
74 {
75 return;
76 }
77 if (host._stringLength != 0)
78 {
79 if (credential != null)
80 {
81 }
82 int version = this.m_version;
83 this.m_version = version;
85 if (credential != null)
86 {
89 }
90 return;
91 }
93 }
class f__AnonymousType0<< Count > j__TPar

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