The BaseHttpHandler type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Content |
Gets the string representation of the body of the incoming request.
| |
| ContentEncoding |
Gets the content encoding for the response object.
| |
| ContentMimeType |
Gets the content MIME type for the response object.
| |
| Context |
Returns the HttpContext object for the incoming HTTP request.
| |
| HasPermission |
Gets a value indicating whether the requester
has the necessary permissions.
| |
| IsReusable | ||
| Request |
Returns the HttpRequest object for the incoming HTTP request.
| |
| RequiresAuthentication |
Gets a value indicating whether this handler
requires users to be authenticated.
| |
| Response |
Gets the HttpResponse object associated with the Page object. This object
allows you to send HTTP response data to a client and contains information about that response.
|