|
GLG Toolkit, C# Class Library
Version 4.6
|
Request processor class for implementing custom HTTP handlers for ASP.NET. More...
Request processor class for implementing custom HTTP handlers for ASP.NET.
Public Member Functions | |
| GlgHttpRequestProcessor (GlgProcessRequestDataFunc func) | |
| Constructor. More... | |
| GlgHttpRequestData | ProcessRequest (System.Web.HttpContext context) |
| The main method of the request processor. More... | |
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. |