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

Connects the ServiceStack AppHost with the ASP.NET application More...

Inheritance diagram for ICSV.Client.Global:

Protected Member Functions

void Application_Start (object sender, EventArgs e)
 
void Session_Start (object sender, EventArgs e)
 
void Application_BeginRequest (object sender, EventArgs e)
 
void Application_AuthenticateRequest (object sender, EventArgs e)
 
void Application_Error (object sender, EventArgs e)
 
void Session_End (object sender, EventArgs e)
 
void Application_End (object sender, EventArgs e)
 

Detailed Description

Connects the ServiceStack AppHost with the ASP.NET application

Member Function Documentation

void ICSV.Client.Global.Application_AuthenticateRequest ( object  sender,
EventArgs  e 
)
protected
void ICSV.Client.Global.Application_BeginRequest ( object  sender,
EventArgs  e 
)
protected
void ICSV.Client.Global.Application_End ( object  sender,
EventArgs  e 
)
protected
void ICSV.Client.Global.Application_Error ( object  sender,
EventArgs  e 
)
protected
void ICSV.Client.Global.Application_Start ( object  sender,
EventArgs  e 
)
protected
void ICSV.Client.Global.Session_End ( object  sender,
EventArgs  e 
)
protected
void ICSV.Client.Global.Session_Start ( object  sender,
EventArgs  e 
)
protected