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

Inheritance: ICloneable
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
CacheControlHeaderValue ( ) : System.Collections.Generic
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string input ) : CacheControlHeaderValue
ToString ( ) : string
TryParse ( string input, CacheControlHeaderValue &parsedValue ) : bool

Private Methods

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

Method Details

CacheControlHeaderValue() public method

public CacheControlHeaderValue ( ) : System.Collections.Generic
return System.Collections.Generic

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 ) : CacheControlHeaderValue
input string
return CacheControlHeaderValue

ToString() public method

public ToString ( ) : string
return string

TryParse() public static method

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