C# Класс System.Net.Http.Headers.AuthenticationHeaderValue

Наследование: ICloneable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AuthenticationHeaderValue ( string scheme ) : System.Diagnostics
AuthenticationHeaderValue ( string scheme, string parameter ) : System.Diagnostics
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string input ) : AuthenticationHeaderValue
ToString ( ) : string
TryParse ( string input, AuthenticationHeaderValue &parsedValue ) : bool

Приватные методы

Метод Описание
AuthenticationHeaderValue ( ) : System.Diagnostics
AuthenticationHeaderValue ( AuthenticationHeaderValue source ) : System.Diagnostics
GetAuthenticationLength ( string input, int startIndex, object &parsedValue ) : int
ICloneable ( ) : object
TryGetParametersEndIndex ( string input, int &parseEndIndex, int &parameterEndIndex ) : bool
TrySkipFirstBlob ( string input, int &current, int &parameterEndIndex ) : bool

Описание методов

AuthenticationHeaderValue() публичный Метод

public AuthenticationHeaderValue ( string scheme ) : System.Diagnostics
scheme string
Результат System.Diagnostics

AuthenticationHeaderValue() публичный Метод

public AuthenticationHeaderValue ( string scheme, string parameter ) : System.Diagnostics
scheme string
parameter string
Результат System.Diagnostics

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

Parse() публичный статический Метод

public static Parse ( string input ) : AuthenticationHeaderValue
input string
Результат AuthenticationHeaderValue

ToString() публичный Метод

public ToString ( ) : string
Результат string

TryParse() публичный статический Метод

public static TryParse ( string input, AuthenticationHeaderValue &parsedValue ) : bool
input string
parsedValue AuthenticationHeaderValue
Результат bool