C# Class Hyper.Http.Dispatcher.HttpControllerTypeCache

HttpControllerTypeCache class.
Afficher le fichier Open project: tmitchel2/Hyper Class Usage Examples

Private Properties

Свойство Type Description
InitializeCache Dictionary>

Méthodes publiques

Méthode Description
GetControllerTypes ( string controllerName ) : ICollection

Gets the controller types.

HttpControllerTypeCache ( System.Web.Http.HttpConfiguration configuration ) : System

Initializes a new instance of the HttpControllerTypeCache class.

Private Methods

Méthode Description
InitializeCache ( ) : Dictionary>

Initializes the cache.

Method Details

GetControllerTypes() public méthode

Gets the controller types.
public GetControllerTypes ( string controllerName ) : ICollection
controllerName string Name of the controller.
Résultat ICollection

HttpControllerTypeCache() public méthode

Initializes a new instance of the HttpControllerTypeCache class.
public HttpControllerTypeCache ( System.Web.Http.HttpConfiguration configuration ) : System
configuration System.Web.Http.HttpConfiguration The configuration.
Résultat System