Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AllowHttpRequestHeader

bool System.Net.WebHeaderCollection.AllowHttpRequestHeader
getprivate

Definition at line 17 of file WebHeaderCollection.cs.

18 {
19 get
20 {
21 if (_type == WebHeaderCollectionType.Unknown)
22 {
23 _type = WebHeaderCollectionType.WebRequest;
24 }
25 return _type == WebHeaderCollectionType.WebRequest;
26 }
27 }

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