C# 클래스 WebStreams.Server.ControllerRoute

Describes a route on a controller.
파일 보기 프로젝트 열기: WebStreams/WebStreams.Server 1 사용 예제들

공개 메소드들

메소드 설명
ControllerRoute ( string route, Type controllerType, Invoker invoker, HashSet observableParameters, bool hasBodyParameter ) : System

Initializes a new instance of the ControllerRoute class.

메소드 상세

ControllerRoute() 공개 메소드

Initializes a new instance of the ControllerRoute class.
public ControllerRoute ( string route, Type controllerType, Invoker invoker, HashSet observableParameters, bool hasBodyParameter ) : System
route string /// The route. ///
controllerType System.Type /// The controller type. ///
invoker Invoker /// The invoker. ///
observableParameters HashSet /// The observable parameters. ///
hasBodyParameter bool /// The value indicating whether or not this route has a parameter derived from the request body. ///
리턴 System