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

Inheritance: ICloneable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CacheControlHeaderValue ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Parse() public static méthode

public static Parse ( string input ) : CacheControlHeaderValue
input string
Résultat CacheControlHeaderValue

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParse() public static méthode

public static TryParse ( string input, CacheControlHeaderValue &parsedValue ) : bool
input string
parsedValue CacheControlHeaderValue
Résultat bool