Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | TryParseValue (string value, object storeValue, ref int index, [NotNullWhen(true)] out object parsedValue) |
object | ParseValue (string value, object storeValue, ref int index) |
virtual string | ToString (object value) |
Protected Member Functions | |
HttpHeaderParser (bool supportsMultipleValues) | |
HttpHeaderParser (bool supportsMultipleValues, string separator) | |
Properties | |
bool | SupportsMultipleValues [get] |
string | Separator [get] |
virtual IEqualityComparer | Comparer [get] |
Private Attributes | |
readonly bool | _supportsMultipleValues |
readonly string | _separator |
Definition at line 7 of file HttpHeaderParser.cs.