C# 클래스 RootPath45.AppHost

Create your ServiceStack web service application with a singleton AppHost.
상속: ServiceStack.AppHostBase
파일 보기 프로젝트 열기: ServiceStack/ServiceStack.Examples

공개 메소드들

메소드 설명
AppHost ( ) : System

Initializes a new instance of your ServiceStack application, with the specified name and assembly containing the services.

Configure ( Funq.Container container ) : void

Configure the container with the necessary routes for your ServiceStack application.

메소드 상세

AppHost() 공개 메소드

Initializes a new instance of your ServiceStack application, with the specified name and assembly containing the services.
public AppHost ( ) : System
리턴 System

Configure() 공개 메소드

Configure the container with the necessary routes for your ServiceStack application.
public Configure ( Funq.Container container ) : void
container Funq.Container The built-in IoC used with ServiceStack.
리턴 void