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

◆ AllowHttpRequestHeader

bool System.Net.WebHeaderCollection.AllowHttpRequestHeader
getprivate

Definition at line 466 of file WebHeaderCollection.cs.

467 {
468 get
469 {
470 if (this.m_Type == WebHeaderCollectionType.Unknown)
471 {
472 this.m_Type = WebHeaderCollectionType.WebRequest;
473 return true;
474 }
475 return true;
476 }
477 }
class f__AnonymousType0<< Count > j__TPar