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

Public Member Functions

override bool TryParseValue (string value, object storeValue, ref int index, out object parsedValue)
 
object ParseValue (string value, object storeValue, ref int index)
 
virtual string ToString (object value)
 

Protected Member Functions

override int GetParsedValueLength (string value, int startIndex, object storeValue, out object parsedValue)
 

Static Package Attributes

static readonly CacheControlHeaderParser Parser = new CacheControlHeaderParser()
 

Properties

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

Private Member Functions

 CacheControlHeaderParser ()
 

Private Attributes

readonly bool _supportsMultipleValues
 
readonly string _separator
 

Detailed Description

Definition at line 3 of file CacheControlHeaderParser.cs.


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