C# Class SobekCM.Engine_Library.MicroserviceHandler

Handler is used to handle any incoming requests for a microservice exposed by the engine
Inheritance: IHttpHandler
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Méthodes publiques

Méthode Description
Clear ( ) : void

Clear the collection dictionaries used to save having to reload objects, etc..

ProcessRequest ( HttpContext Context ) : void

Processes the request

Private Methods

Méthode Description
MicroserviceHandler ( ) : System

Static constructor

Method Details

Clear() public static méthode

Clear the collection dictionaries used to save having to reload objects, etc..
public static Clear ( ) : void
Résultat void

ProcessRequest() public méthode

Processes the request
public ProcessRequest ( HttpContext Context ) : void
Context System.Web.HttpContext The context for the current request
Résultat void