C# Class SobekCM.Engine_Library.MicroserviceHandler

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

Public Methods

Method Description
Clear ( ) : void

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

ProcessRequest ( HttpContext Context ) : void

Processes the request

Private Methods

Method Description
MicroserviceHandler ( ) : System

Static constructor

Method Details

Clear() public static method

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

ProcessRequest() public method

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