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

◆ Add() [4/4]

override void System.Net.WebHeaderCollection.Add ( string name,
string value )
inline

Definition at line 756 of file WebHeaderCollection.cs.

757 {
758 if (!true)
759 {
760 }
761 long num = 0L;
762 string text = WebHeaderCollection.CheckBadChars(name, num != 0L);
763 this.ThrowOnRestrictedHeader(text);
764 string text2 = WebHeaderCollection.CheckBadChars(value, true);
765 if (text2 != null)
766 {
767 WebHeaderCollectionType type = this.m_Type;
768 int stringLength = text2._stringLength;
769 }
771 base.InvalidateCachedArrays();
772 global::System.Collections.Specialized.NameValueCollection innerCollection = this.InnerCollection;
773 }
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.Specialized.NameValueCollection InnerCollection
void ThrowOnRestrictedHeader(string headerName)

References System.Net.WebHeaderCollection.CheckBadChars(), System.Net.WebHeaderCollection.InnerCollection, j__TPar, System.L, System.Net.WebHeaderCollection.m_Type, System.name, System.Net.WebHeaderCollection.NormalizeCommonHeaders(), System.text, System.Net.WebHeaderCollection.ThrowOnRestrictedHeader(), and System.value.