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

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

공개 메소드들

메소드 설명
CacheControlHeaderValue ( ) : System.Collections.Generic
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string input ) : CacheControlHeaderValue
ToString ( ) : string
TryParse ( string input, CacheControlHeaderValue &parsedValue ) : bool

비공개 메소드들

메소드 설명
AppendValueIfRequired ( StringBuilder sb, bool appendValue, string value ) : void
AppendValueWithSeparatorIfRequired ( StringBuilder sb, string value ) : void
AppendValues ( StringBuilder sb, ObjectCollection values ) : void
CacheControlHeaderValue ( CacheControlHeaderValue source ) : System.Collections.Generic
CheckIsValidToken ( string item ) : void
GetCacheControlLength ( string input, int startIndex, CacheControlHeaderValue storeValue, CacheControlHeaderValue &parsedValue ) : int
ICloneable ( ) : object
TrySetCacheControlValues ( CacheControlHeaderValue cc, List nameValueList ) : bool
TrySetOptionalTokenList ( NameValueHeaderValue nameValue, bool &boolField, ObjectCollection &destination ) : bool
TrySetTimeSpan ( NameValueHeaderValue nameValue, TimeSpan &timeSpan ) : bool
TrySetTokenOnlyValue ( NameValueHeaderValue nameValue, bool &boolField ) : bool

메소드 상세

CacheControlHeaderValue() 공개 메소드

public CacheControlHeaderValue ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Parse() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

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