C# 클래스 Simplify.Web.Owin.OwinHttpRequestHelper

Provides OWIN and HTTP related utility functions
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
GetIfModifiedSinceTime ( IHeaderDictionary headers ) : DateTime?

Gets If-Modified-Since time header from headers collection.

GetRelativeFilePath ( IOwinRequest request ) : string

Gets the relative file path of request.

IsNoCacheRequested ( string cacheControlHeader ) : bool

Determines whether no cache is requested

메소드 상세

GetIfModifiedSinceTime() 공개 정적인 메소드

Gets If-Modified-Since time header from headers collection.
public static GetIfModifiedSinceTime ( IHeaderDictionary headers ) : DateTime?
headers IHeaderDictionary The headers.
리턴 DateTime?

GetRelativeFilePath() 공개 정적인 메소드

Gets the relative file path of request.
public static GetRelativeFilePath ( IOwinRequest request ) : string
request IOwinRequest The request.
리턴 string

IsNoCacheRequested() 공개 정적인 메소드

Determines whether no cache is requested
public static IsNoCacheRequested ( string cacheControlHeader ) : bool
cacheControlHeader string The cache control header.
리턴 bool