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.NetworkCredential.GetCredential ( string host,
int port,
string authenticationType )
inlineinherited

Implements System.Net.ICredentialsByHost.

Definition at line 171 of file NetworkCredential.cs.

172 {
173 return this;
174 }