C# 클래스 System.Net.Http.Headers.AuthenticationHeaderValue

상속: ICloneable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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