C# Class RestFiles.AppHost

Create your ServiceStack web service application with a singleton AppHost.
Inheritance: AppHostBase
Afficher le fichier Open project: ServiceStack/ServiceStack.Examples

Méthodes publiques

Méthode Description
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.

Method Details

AppHost() public méthode

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

Configure() public méthode

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.
Résultat void