GLG Toolkit, C# Class Library
Version 4.2
|
The request processor class for implementing custom HTTP handlers for ASP.NET.
Public Member Functions | |
GlgHttpRequestProcessor (GlgProcessRequestDataFunc func) | |
GlgHttpRequestData | ProcessRequest (System.Web.HttpContext context) |
Constructor.
func | The method that will be invoked to perform custom image generation and mouse selection processing. |
GlgHttpRequestData ProcessRequest | ( | System.Web.HttpContext | context | ) |
The main method of the request processor. It will invoke the custom method supplied to the GlgHttpRequestProcessor constructor to perform custom GLG-related actions that will process the HTTP request.
context | Provides HTTP request data to be processed. |