C# Класс SobekCM.Engine_Library.MicroserviceHandler

Handler is used to handle any incoming requests for a microservice exposed by the engine
Наследование: IHttpHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
Clear ( ) : void

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

ProcessRequest ( HttpContext Context ) : void

Processes the request

Приватные методы

Метод Описание
MicroserviceHandler ( ) : System

Static constructor

Описание методов

Clear() публичный статический Метод

Clear the collection dictionaries used to save having to reload objects, etc..
public static Clear ( ) : void
Результат void

ProcessRequest() публичный Метод

Processes the request
public ProcessRequest ( HttpContext Context ) : void
Context System.Web.HttpContext The context for the current request
Результат void