C# Class CacheCow.Common.TimedEntityTagHeaderValue

Inheritance: System.Net.Http.Headers.EntityTagHeaderValue
Show file Open project: aliostad/CacheCow Class Usage Examples

Public Methods

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

public TimedEntityTagHeaderValue ( System.Net.Http.Headers.EntityTagHeaderValue entityTagHeaderValue ) : System
entityTagHeaderValue System.Net.Http.Headers.EntityTagHeaderValue
return System

TimedEntityTagHeaderValue() public method

public TimedEntityTagHeaderValue ( string tag ) : System
tag string
return System

TimedEntityTagHeaderValue() public method

public TimedEntityTagHeaderValue ( string tag, bool isWeak ) : System
tag string
isWeak bool
return System

ToEntityTagHeaderValue() public method

public ToEntityTagHeaderValue ( ) : System.Net.Http.Headers.EntityTagHeaderValue
return System.Net.Http.Headers.EntityTagHeaderValue

ToString() public method

public ToString ( ) : string
return string

TryParse() public static method

public static TryParse ( string timedETagValue, TimedEntityTagHeaderValue &value ) : bool
timedETagValue string
value TimedEntityTagHeaderValue
return bool