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

◆ Remove() [3/3]

override void System.Net.WebHeaderCollection.Remove ( string name)
inline

Definition at line 856 of file WebHeaderCollection.cs.

857 {
858 int stringLength;
859 for (;;)
860 {
861 if (!true)
862 {
863 }
864 if (name != null)
865 {
866 stringLength = name._stringLength;
867 if (stringLength != 0)
868 {
869 break;
870 }
871 }
872 }
873 this.ThrowOnRestrictedHeader(name);
874 if (stringLength == 0)
875 {
876 }
877 long num = 0L;
878 string text = WebHeaderCollection.CheckBadChars(name, num != 0L);
880 if (this.m_InnerCollection != null)
881 {
882 base.InvalidateCachedArrays();
883 global::System.Collections.Specialized.NameValueCollection innerCollection = this.m_InnerCollection;
884 return;
885 }
886 }
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.Specialized.NameValueCollection m_InnerCollection
void ThrowOnRestrictedHeader(string headerName)

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