C# Class System.Net.Cache.FtpRequestCacheValidator

Inheritance: HttpRequestCacheValidator
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
CreateValidator RequestCacheValidator
FtpRequestCacheValidator System
TryConditionalRequest CacheValidationStatus
UpdateCacheEntryOnRevalidate CacheValidationStatus
UpdateCacheEntryOnStore CacheValidationStatus
ZeroPrivateVars void

Protected Methods

Method Description
RevalidateCache ( ) : CacheValidationStatus
UpdateCache ( ) : CacheValidationStatus
ValidateCache ( ) : CacheValidationStatus
ValidateFreshness ( ) : CacheFreshnessStatus
ValidateRequest ( ) : CacheValidationStatus
ValidateResponse ( ) : CacheValidationStatus

Private Methods

Method Description
CreateValidator ( ) : RequestCacheValidator
FtpRequestCacheValidator ( bool strictCacheErrors, System.TimeSpan unspecifiedMaxAge ) : System
TryConditionalRequest ( ) : CacheValidationStatus
UpdateCacheEntryOnRevalidate ( ) : CacheValidationStatus
UpdateCacheEntryOnStore ( ) : CacheValidationStatus
ZeroPrivateVars ( ) : void

Method Details

RevalidateCache() protected method

protected RevalidateCache ( ) : CacheValidationStatus
return CacheValidationStatus

UpdateCache() protected method

protected UpdateCache ( ) : CacheValidationStatus
return CacheValidationStatus

ValidateCache() protected method

protected ValidateCache ( ) : CacheValidationStatus
return CacheValidationStatus

ValidateFreshness() protected method

protected ValidateFreshness ( ) : CacheFreshnessStatus
return CacheFreshnessStatus

ValidateRequest() protected method

protected ValidateRequest ( ) : CacheValidationStatus
return CacheValidationStatus

ValidateResponse() protected method

protected ValidateResponse ( ) : CacheValidationStatus
return CacheValidationStatus