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

NetworkCredential System.Net.NetworkCredential.GetCredential ( global::System::Uri uri,
string authType )
inlineinherited

Implements System.Net.ICredentials.

Definition at line 165 of file NetworkCredential.cs.

166 {
167 return this;
168 }