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

◆ AllowHttpResponseHeader

bool System.Net.WebHeaderCollection.AllowHttpResponseHeader
getpackage

Definition at line 481 of file WebHeaderCollection.cs.

482 {
483 get
484 {
485 if (this.m_Type == WebHeaderCollectionType.Unknown)
486 {
487 this.m_Type = WebHeaderCollectionType.WebResponse;
488 return true;
489 }
490 return true;
491 }
492 }
class f__AnonymousType0<< Count > j__TPar