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

◆ GetCredential() [2/2]

NetworkCredential System.Net.CredentialCache.GetCredential ( string host,
int port,
string authenticationType )
inline

Implements System.Net.ICredentialsByHost.

Definition at line 154 of file CredentialCache.cs.

155 {
156 if (host == null)
157 {
158 return "host";
159 }
160 if (authenticationType != null && host._stringLength != 0)
161 {
163 if (hashtable != null)
164 {
165 }
166 while (hashtable == null)
167 {
168 }
169 throw new InvalidCastException();
170 }
171 throw new ArrayTypeMismatchException();
172 }
class f__AnonymousType0<< Count > j__TPar

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