|
GLG Toolkit, C# Class Library
Version 4.6
|
An auxiliary class used by GlgHttpRequestProcessor to pass the HTML request data to its custom request processing method and to return generated data for ASP.NET-based custom HTTP handlers. More...
An auxiliary class used by GlgHttpRequestProcessor to pass the HTML request data to its custom request processing method and to return generated data for ASP.NET-based custom HTTP handlers.
Inherits GlgErrorHandler.
Public Attributes | |
| HttpContext | context |
| Supplies an HTTP request to be processed by the custom method. More... | |
| Object | custom_data |
| This field may be used to return any additional custom data generated as a result of the HTML request processing. More... | |
| bool | got_errors |
| An error indicator that may be set to true by the custom processing method to indicate an error, causing GlgHttpRequestProcessor to return null. More... | |
| String | html_response |
| Contains non-image html response that may be created when processing a mouse selection request, such as a tooltip. More... | |
| Bitmap | image |
| Contains the generated image (if it was generated). More... | |
Additional Inherited Members | |
Public Member Functions inherited from GlgErrorHandler | |
| void | Error (String message, GlgErrorType error_type, Exception e) |
| Custom error handling method. More... | |
| HttpContext context |
Supplies an HTTP request to be processed by the custom method.
| Object custom_data |
This field may be used to return any additional custom data generated as a result of the HTML request processing.
| bool got_errors |
An error indicator that may be set to true by the custom processing method to indicate an error, causing GlgHttpRequestProcessor to return null.
While the default error handler automatically sets got_errors to true if an error is encountered, the got_errors field may be used by a custom error handler to indicate an error.
| String html_response |
Contains non-image html response that may be created when processing a mouse selection request, such as a tooltip.
| Bitmap image |
Contains the generated image (if it was generated).