C# Class CacheCow.Common.TimedEntityTagHeaderValue

Inheritance: System.Net.Http.Headers.EntityTagHeaderValue
Afficher le fichier Open project: aliostad/CacheCow Class Usage Examples

Méthodes publiques

Méthode Description
TimedEntityTagHeaderValue ( System.Net.Http.Headers.EntityTagHeaderValue entityTagHeaderValue ) : System
TimedEntityTagHeaderValue ( string tag ) : System
TimedEntityTagHeaderValue ( string tag, bool isWeak ) : System
ToEntityTagHeaderValue ( ) : System.Net.Http.Headers.EntityTagHeaderValue
ToString ( ) : string
TryParse ( string timedETagValue, TimedEntityTagHeaderValue &value ) : bool

Method Details

TimedEntityTagHeaderValue() public méthode

public TimedEntityTagHeaderValue ( System.Net.Http.Headers.EntityTagHeaderValue entityTagHeaderValue ) : System
entityTagHeaderValue System.Net.Http.Headers.EntityTagHeaderValue
Résultat System

TimedEntityTagHeaderValue() public méthode

public TimedEntityTagHeaderValue ( string tag ) : System
tag string
Résultat System

TimedEntityTagHeaderValue() public méthode

public TimedEntityTagHeaderValue ( string tag, bool isWeak ) : System
tag string
isWeak bool
Résultat System

ToEntityTagHeaderValue() public méthode

public ToEntityTagHeaderValue ( ) : System.Net.Http.Headers.EntityTagHeaderValue
Résultat System.Net.Http.Headers.EntityTagHeaderValue

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParse() public static méthode

public static TryParse ( string timedETagValue, TimedEntityTagHeaderValue &value ) : bool
timedETagValue string
value TimedEntityTagHeaderValue
Résultat bool