C# Class System.Net.Http.Headers.AuthenticationHeaderValue

Inheritance: ICloneable
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

AuthenticationHeaderValue() public method

public AuthenticationHeaderValue ( string scheme ) : System.Diagnostics
scheme string
return System.Diagnostics

AuthenticationHeaderValue() public method

public AuthenticationHeaderValue ( string scheme, string parameter ) : System.Diagnostics
scheme string
parameter string
return System.Diagnostics

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse() public static method

public static Parse ( string input ) : AuthenticationHeaderValue
input string
return AuthenticationHeaderValue

ToString() public method

public ToString ( ) : string
return string

TryParse() public static method

public static TryParse ( string input, AuthenticationHeaderValue &parsedValue ) : bool
input string
parsedValue AuthenticationHeaderValue
return bool