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

◆ PreAuthenticate()

Authorization System.Net.DigestClient.PreAuthenticate ( WebRequest webRequest,
ICredentials credentials )
inline

Implements System.Net.IAuthenticationModule.

Definition at line 65 of file DigestClient.cs.

66 {
67 do
68 {
69 if (webRequest != null)
70 {
71 }
72 while (credentials == null)
73 {
74 }
75 }
76 while (DigestClient.Cache == null);
78 return authorization;
79 }
class f__AnonymousType0<< Count > j__TPar

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