Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.Headers.ProductInfoHeaderParser Class Referencesealed

Public Member Functions

override bool TryParseValue ([NotNullWhen(true)] 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)
 

Static Package Attributes

static readonly ProductInfoHeaderParser SingleValueParser = new ProductInfoHeaderParser(supportsMultipleValues: false)
 
static readonly ProductInfoHeaderParser MultipleValueParser = new ProductInfoHeaderParser(supportsMultipleValues: true)
 

Properties

bool SupportsMultipleValues [get]
 
string Separator [get]
 
virtual IEqualityComparer Comparer [get]
 

Private Member Functions

 ProductInfoHeaderParser (bool supportsMultipleValues)
 

Private Attributes

readonly bool _supportsMultipleValues
 
readonly string _separator
 

Detailed Description

Definition at line 5 of file ProductInfoHeaderParser.cs.


The documentation for this class was generated from the following file: