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

◆ AllowHttpResponseHeader

bool System.Net.WebHeaderCollection.AllowHttpResponseHeader
getprivate

Definition at line 53 of file WebHeaderCollection.cs.

54 {
55 get
56 {
57 if (_type == WebHeaderCollectionType.Unknown)
58 {
59 _type = WebHeaderCollectionType.WebResponse;
60 }
61 return _type == WebHeaderCollectionType.WebResponse;
62 }
63 }

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