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

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

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string input ) : WarningHeaderValue
ToString ( ) : string
TryParse ( string input, WarningHeaderValue &parsedValue ) : bool
WarningHeaderValue ( int code, string agent, string text ) : System.Diagnostics
WarningHeaderValue ( int code, string agent, string text, DateTimeOffset date ) : System.Diagnostics

비공개 메소드들

메소드 설명
CheckAgent ( string agent ) : void
CheckCode ( int code ) : void
GetWarningLength ( string input, int startIndex, object &parsedValue ) : int
ICloneable ( ) : object
TryReadAgent ( string input, int startIndex, int &current, string &agent ) : bool
TryReadCode ( string input, int &current, int &code ) : bool
TryReadDate ( string input, int &current, DateTimeOffset &date ) : bool
WarningHeaderValue ( ) : System.Diagnostics
WarningHeaderValue ( WarningHeaderValue source ) : System.Diagnostics

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Parse() 공개 정적인 메소드

public static Parse ( string input ) : WarningHeaderValue
input string
리턴 WarningHeaderValue

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

public static TryParse ( string input, WarningHeaderValue &parsedValue ) : bool
input string
parsedValue WarningHeaderValue
리턴 bool

WarningHeaderValue() 공개 메소드

public WarningHeaderValue ( int code, string agent, string text ) : System.Diagnostics
code int
agent string
text string
리턴 System.Diagnostics

WarningHeaderValue() 공개 메소드

public WarningHeaderValue ( int code, string agent, string text, DateTimeOffset date ) : System.Diagnostics
code int
agent string
text string
date DateTimeOffset
리턴 System.Diagnostics