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

◆ SetDateHeaderHelper()

void System.Net.HttpWebRequest.SetDateHeaderHelper ( string headerName,
DateTime dateTime )
inlineprivate

Definition at line 464 of file HttpWebRequest.cs.

465 {
466 if (!true)
467 {
468 }
469 string text = HttpProtocolUtils.date2string(dateTime);
470 this.SetSpecialHeaders(headerName, text);
471 }
void SetSpecialHeaders(string HeaderName, string value)

References System.Net.HttpProtocolUtils.date2string(), System.Net.HttpWebRequest.SetSpecialHeaders(), and System.text.