메소드 | 설명 | |
---|---|---|
ETagMatch ( this req, string eTag ) : bool | ||
EndNotModified ( this res, string description = null ) : void | ||
Has ( this cache, CacheControl flag ) : bool | ||
HasValidCache ( this req, System.DateTime lastModified ) : bool | ||
HasValidCache ( this req, string eTag ) : bool | ||
HasValidCache ( this req, string eTag, System.DateTime lastModified ) : bool | ||
NotModifiedSince ( this req, System.DateTime lastModified ) : bool | ||
ShouldAddLastModifiedToOptimizedResults ( this feature ) : bool |
메소드 | 설명 | |
---|---|---|
StripWeakRef ( this eTag ) : string |
public static ETagMatch ( this req, string eTag ) : bool | ||
req | this | |
eTag | string | |
리턴 | bool |
public static EndNotModified ( this res, string description = null ) : void | ||
res | this | |
description | string | |
리턴 | void |
public static Has ( this cache, CacheControl flag ) : bool | ||
cache | this | |
flag | CacheControl | |
리턴 | bool |
public static HasValidCache ( this req, System.DateTime lastModified ) : bool | ||
req | this | |
lastModified | System.DateTime | |
리턴 | bool |
public static HasValidCache ( this req, string eTag ) : bool | ||
req | this | |
eTag | string | |
리턴 | bool |
public static HasValidCache ( this req, string eTag, System.DateTime lastModified ) : bool | ||
req | this | |
eTag | string | |
lastModified | System.DateTime | |
리턴 | bool |
public static NotModifiedSince ( this req, System.DateTime lastModified ) : bool | ||
req | this | |
lastModified | System.DateTime | |
리턴 | bool |
public static ShouldAddLastModifiedToOptimizedResults ( this feature ) : bool | ||
feature | this | |
리턴 | bool |