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

◆ Authenticate()

Authorization System.Net.BasicClient.Authenticate ( string challenge,
WebRequest webRequest,
ICredentials credentials )
inline

Implements System.Net.IAuthenticationModule.

Definition at line 10 of file BasicClient.cs.

11 {
12 if (challenge != null && credentials != null)
13 {
14 int num = challenge.Trim().ToLower().IndexOf("basic", StringComparison.Ordinal);
15 return BasicClient.InternalAuthenticate(webRequest, credentials);
16 }
17 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.BasicClient.InternalAuthenticate(), and j__TPar.