C# Class Junior.Route.Routing.Caching.CacheResponse

ファイルを表示 Open project: nathan-alden/junior-route Class Usage Examples

Public Methods

Method Description
CacheResponse ( IResponse response ) : System.Collections.Generic
WriteResponseAsync ( System.Web.HttpResponseBase response ) : System.Threading.Tasks.Task

Method Details

CacheResponse() public method

public CacheResponse ( IResponse response ) : System.Collections.Generic
response IResponse
return System.Collections.Generic

WriteResponseAsync() public method

public WriteResponseAsync ( System.Web.HttpResponseBase response ) : System.Threading.Tasks.Task
response System.Web.HttpResponseBase
return System.Threading.Tasks.Task