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

◆ HA2()

string System.Net.DigestSession.HA2 ( HttpWebRequest webRequest)
inlineprivate

Definition at line 240 of file DigestSession.cs.

241 {
242 string text2;
243 string text = string.Format("{0}:{1}", webRequest, text2);
244 bool flag = this.parser.values == "auth-int";
245 return this.HashToHexString(text);
246 }
class f__AnonymousType0<< Count > j__TPar
string HashToHexString(string toBeHashed)

References System.Net.DigestSession.HashToHexString(), j__TPar, and System.text.

Referenced by System.Net.DigestSession.Response().