Метод | Описание | |
---|---|---|
AuthenticationHeaderValue ( string scheme ) : System.Diagnostics | ||
AuthenticationHeaderValue ( string scheme, string parameter ) : System.Diagnostics | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Parse ( string input ) : |
||
ToString ( ) : string | ||
TryParse ( string input, |
Метод | Описание | |
---|---|---|
AuthenticationHeaderValue ( ) : System.Diagnostics | ||
AuthenticationHeaderValue ( |
||
GetAuthenticationLength ( string input, int startIndex, object &parsedValue ) : int | ||
ICloneable ( ) : object | ||
TryGetParametersEndIndex ( string input, int &parseEndIndex, int ¶meterEndIndex ) : bool | ||
TrySkipFirstBlob ( string input, int ¤t, int ¶meterEndIndex ) : bool |
public AuthenticationHeaderValue ( string scheme ) : System.Diagnostics | ||
scheme | string | |
Результат | System.Diagnostics |
public AuthenticationHeaderValue ( string scheme, string parameter ) : System.Diagnostics | ||
scheme | string | |
parameter | string | |
Результат | System.Diagnostics |
public static Parse ( string input ) : |
||
input | string | |
Результат |
public static TryParse ( string input, |
||
input | string | |
parsedValue | ||
Результат | bool |