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

Public Member Functions

 AuthenticationHeaderValue (string scheme)
 
 AuthenticationHeaderValue (string scheme, string? parameter)
 
override string ToString ()
 
override bool Equals ([NotNullWhen(true)] object? obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static AuthenticationHeaderValue Parse (string? input)
 
static bool TryParse ([NotNullWhen(true)] string? input, [NotNullWhen(true)] out AuthenticationHeaderValue? parsedValue)
 

Static Package Functions

static int GetAuthenticationLength (string input, int startIndex, out object parsedValue)
 

Properties

string Scheme [get]
 
stringParameter [get]
 

Private Member Functions

 AuthenticationHeaderValue (AuthenticationHeaderValue source)
 
object ICloneable. Clone ()
 

Static Private Member Functions

static bool TrySkipFirstBlob (string input, ref int current, ref int parameterEndIndex)
 
static bool TryGetParametersEndIndex (string input, ref int parseEndIndex, ref int parameterEndIndex)
 

Private Attributes

readonly string _scheme
 
readonly string _parameter
 

Detailed Description

Definition at line 5 of file AuthenticationHeaderValue.cs.


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