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

◆ AddInternal()

void System.Net.WebHeaderCollection.AddInternal ( string name,
string value )
inlinepackage

Definition at line 649 of file WebHeaderCollection.cs.

650 {
652 base.InvalidateCachedArrays();
653 global::System.Collections.Specialized.NameValueCollection innerCollection = this.InnerCollection;
654 }
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.Specialized.NameValueCollection InnerCollection

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

Referenced by System.Net.HttpWebRequest.SetSpecialHeaders().