mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER
Code Details >> Engine_Library >> MicroserviceHandler

MicroserviceHandler Class



Handler is used to handle any incoming requests for a microservice exposed by the engine


Namespace: SobekCM.Engine_Library
Assembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public class MicroserviceHandler : IHttpHandler

Inheritance Hierarchy

System..::..Object
  SobekCM.Engine_Library..::..MicroserviceHandler

Constructors

  NameDescription
Public methodMicroserviceHandler
Initializes a new instance of the MicroserviceHandler class

Methods

  NameDescription
Public methodProcessRequest
Processes the request

Properties

  NameDescription
Public propertyIsReusable
Gets a value indicating whether another request can use the IHttpHandler instance.

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )