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

Afficher le fichier Open project: nathan-alden/junior-route Class Usage Examples

Méthodes publiques

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

Method Details

CacheResponse() public méthode

public CacheResponse ( IResponse response ) : System.Collections.Generic
response IResponse
Résultat System.Collections.Generic

WriteResponseAsync() public méthode

public WriteResponseAsync ( System.Web.HttpResponseBase response ) : System.Threading.Tasks.Task
response System.Web.HttpResponseBase
Résultat System.Threading.Tasks.Task