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.DigestClient.Authenticate ( string challenge,
WebRequest webRequest,
ICredentials credentials )
inline

Implements System.Net.IAuthenticationModule.

Definition at line 47 of file DigestClient.cs.

48 {
49 if (challenge != null && credentials != null)
50 {
51 int num = challenge.Trim().ToLower().IndexOf("digest");
52 if (webRequest != null)
53 {
54 }
55 }
56 if (DigestClient.Cache != null)
57 {
58 }
61 return authorization;
62 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.DigestClient.Cache, and j__TPar.