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

◆ AddWithoutValidate()

void System.Net.WebHeaderCollection.AddWithoutValidate ( string headerName,
string headerValue )
inlineprotected

Definition at line 615 of file WebHeaderCollection.cs.

616 {
617 if (!true)
618 {
619 }
620 string text = WebHeaderCollection.CheckBadChars(headerValue, true);
621 if (text != null)
622 {
623 WebHeaderCollectionType type = this.m_Type;
624 int stringLength = text._stringLength;
625 }
627 base.InvalidateCachedArrays();
628 global::System.Collections.Specialized.NameValueCollection innerCollection = this.InnerCollection;
629 }
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.Specialized.NameValueCollection InnerCollection

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