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

Definition at line 271 of file DigestSession.cs.

272 {
273 if (this.parser != null)
274 {
275 return "nc={0:X8}, ";
276 }
277 throw new OutOfMemoryException();
278 }
DigestHeaderParser parser

References System.Net.DigestSession.parser.