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

◆ Remove() [2/3]

void System.Net.WebHeaderCollection.Remove ( HttpResponseHeader header)
inline

Definition at line 605 of file WebHeaderCollection.cs.

606 {
607 if (this.m_Type == WebHeaderCollectionType.Unknown)
608 {
609 this.m_Type = WebHeaderCollectionType.WebResponse;
610 return;
611 }
612 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Net.WebHeaderCollection.m_Type.