C# 클래스 Hyper.Http.Dispatcher.HttpControllerTypeCache

HttpControllerTypeCache class.
파일 보기 프로젝트 열기: tmitchel2/Hyper 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeCache Dictionary>

공개 메소드들

메소드 설명
GetControllerTypes ( string controllerName ) : ICollection

Gets the controller types.

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

Initializes a new instance of the HttpControllerTypeCache class.

비공개 메소드들

메소드 설명
InitializeCache ( ) : Dictionary>

Initializes the cache.

메소드 상세

GetControllerTypes() 공개 메소드

Gets the controller types.
public GetControllerTypes ( string controllerName ) : ICollection
controllerName string Name of the controller.
리턴 ICollection

HttpControllerTypeCache() 공개 메소드

Initializes a new instance of the HttpControllerTypeCache class.
public HttpControllerTypeCache ( System.Web.Http.HttpConfiguration configuration ) : System
configuration System.Web.Http.HttpConfiguration The configuration.
리턴 System