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

◆ ChangeInternal()

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

Definition at line 657 of file WebHeaderCollection.cs.

658 {
660 base.InvalidateCachedArrays();
661 global::System.Collections.Specialized.NameValueCollection innerCollection = this.InnerCollection;
662 }
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.AddRange(), System.Net.HttpWebRequest.AddRange(), and System.Net.WebHeaderCollection.CheckUpdate().