C# Class ExoWeb.ServiceHandler

Summary description for $codebehindclassname$
Inheritance: IHttpHandler
Mostrar archivo Open project: vc3/ExoWeb

Private Properties

Property Type Description
GetFullStackTrace string
IHttpHandler void

Private Methods

Method Description
GetFullStackTrace ( Exception error ) : string

Utility method for getting the full stack trace for a list of chained exceptions.

IHttpHandler ( HttpContext context ) : void

Processes incoming requests and routes them to the appropriate JSON handler method.