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

◆ SetAddVerified()

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

Definition at line 632 of file WebHeaderCollection.cs.

633 {
634 if (!true)
635 {
636 }
637 HeaderInfo headerInfo;
638 bool allowMultiValues = headerInfo.AllowMultiValues;
640 base.InvalidateCachedArrays();
641 global::System.Collections.Specialized.NameValueCollection innerCollection = this.InnerCollection;
642 if (allowMultiValues)
643 {
644 return;
645 }
646 }
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.Specialized.NameValueCollection InnerCollection

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