ICSV - Image Color Similarity Visualization
Vienna Technical University - Course 'Visualization 2'. Author: Stefan Spelitz (0925601)
ICSV.Host.AppHost Class Reference

Initial configuration point of a ServiceStack web service application with a singleton AppHost. More...

Inheritance diagram for ICSV.Host.AppHost:

Public Member Functions

 AppHost ()
 Initializes a new instance of the ServiceStack application, with the specified name and assembly containing the services. More...
 
override void Configure (Container container)
 Configures the ServiceStack application. More...
 

Detailed Description

Initial configuration point of a ServiceStack web service application with a singleton AppHost.

Constructor & Destructor Documentation

ICSV.Host.AppHost.AppHost ( )

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

Member Function Documentation

override void ICSV.Host.AppHost.Configure ( Container  container)

Configures the ServiceStack application.