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

◆ RemoveInternal()

void System.Net.WebHeaderCollection.RemoveInternal ( string name)
inlinepackage

Definition at line 665 of file WebHeaderCollection.cs.

666 {
668 if (this.m_InnerCollection != null)
669 {
670 base.InvalidateCachedArrays();
671 global::System.Collections.Specialized.NameValueCollection innerCollection = this.m_InnerCollection;
672 return;
673 }
674 }
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.Specialized.NameValueCollection m_InnerCollection

References j__TPar, System.Net.WebHeaderCollection.m_InnerCollection, and System.Net.WebHeaderCollection.NormalizeCommonHeaders().

Referenced by System.Net.HttpWebRequest.RewriteRedirectToGet(), and System.Net.HttpWebRequest.SetSpecialHeaders().