The BaseHttpHandler type exposes the following members.

Properties

  NameDescription
Public propertyContent
Gets the string representation of the body of the incoming request.
Public propertyContentEncoding
Gets the content encoding for the response object.
Public propertyContentMimeType
Gets the content MIME type for the response object.
Public propertyContext
Returns the HttpContext object for the incoming HTTP request.
Public propertyHasPermission
Gets a value indicating whether the requester has the necessary permissions.
Public propertyIsReusable
Public propertyRequest
Returns the HttpRequest object for the incoming HTTP request.
Public propertyRequiresAuthentication
Gets a value indicating whether this handler requires users to be authenticated.
Public propertyResponse
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.

See Also