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

◆ FillCookies()

void System.Net.HttpWebResponse.FillCookies ( )
inlineprivate

Definition at line 473 of file HttpWebResponse.cs.

474 {
475 WebHeaderCollection webHeaderCollection = this.webHeaders;
476 if (webHeaderCollection != null)
477 {
478 if (webHeaderCollection != null)
479 {
480 CookieContainer cookieContainer = this.cookie_container;
481 global::System.Uri uri = this.uri;
482 return;
483 }
484 long num = 0L;
485 if (this.webHeaders != null)
486 {
487 CookieContainer cookieContainer2 = this.cookie_container;
488 global::System.Uri uri2 = this.uri;
489 int num2;
490 if (num != 0L && num2 != 0)
491 {
492 return;
493 }
494 }
495 }
496 }
class f__AnonymousType0<< Count > j__TPar
WebHeaderCollection webHeaders

References System.Net.HttpWebResponse.cookie_container, j__TPar, System.L, System.Net.HttpWebResponse.uri, and System.Net.HttpWebResponse.webHeaders.

Referenced by System.Net.HttpWebResponse.HttpWebResponse().