C# 클래스 SobekCM.Engine_Library.MicroserviceHandler

Handler is used to handle any incoming requests for a microservice exposed by the engine
상속: IHttpHandler
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
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