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

Public Member Functions

override bool TryParseValue ([NotNullWhen(true)] string value, object storeValue, ref int index, [NotNullWhen(true)] out object parsedValue)
 
override string ToString (object value)
 
object ParseValue (string value, object storeValue, ref int index)
 

Static Package Functions

static string DecodeUtf8FromString (string input)
 

Static Package Attributes

static readonly UriHeaderParser RelativeOrAbsoluteUriParser = new UriHeaderParser(UriKind.RelativeOrAbsolute)
 

Properties

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

Private Member Functions

 UriHeaderParser (UriKind uriKind)
 

Private Attributes

readonly UriKind _uriKind
 
readonly bool _supportsMultipleValues
 
readonly string _separator
 

Detailed Description

Definition at line 6 of file UriHeaderParser.cs.


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