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

◆ IsSpecialValueSet

bool System.Net.Http.Headers.HttpHeaderValueCollection< T >.IsSpecialValueSet
getpackage

Definition at line 20 of file HttpHeaderValueCollection.cs.

21 {
22 get
23 {
24 if (_specialValue == null)
25 {
26 return false;
27 }
29 }
30 }
bool ContainsParsedValue(HeaderDescriptor descriptor, object value)

Referenced by System.Net.Http.Headers.HttpGeneralHeaders.GetConnectionClose().