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

◆ ThrowOnRestrictedHeader()

void System.Net.WebHeaderCollection.ThrowOnRestrictedHeader ( string headerName)
inlinepackage

Definition at line 742 of file WebHeaderCollection.cs.

743 {
744 if (this.m_Type == WebHeaderCollectionType.Unknown)
745 {
746 }
747 HeaderInfo headerInfo;
748 if (!headerInfo.IsRequestRestricted)
749 {
750 return;
751 }
752 throw new ArrayTypeMismatchException();
753 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Net.WebHeaderCollection.m_Type.

Referenced by System.Net.WebHeaderCollection.Add(), System.Net.WebHeaderCollection.Add(), System.Net.WebHeaderCollection.Remove(), and System.Net.WebHeaderCollection.Set().