Terraria v1.4.4.9
Terraria source code documentation
|
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] |
string? | Parameter [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 |
Definition at line 5 of file AuthenticationHeaderValue.cs.