The BaseHttpHandler type exposes the following members.

Constructors

  Name Description
Public method BaseHttpHandler
Constructor.

Methods

  Name Description
Protected method DoProcessRequest
Processs the incoming request.
(Overrides HttpHandlerBaseDoProcessRequest(HttpContext).)
Protected method HandleRequest
Handles the request.
Protected method RespondFileNotFound
Helper method used to Respond to the request that the file was not found.
Protected method RespondForbidden
Helper method used to Respond to the request that the request in attempting to access a resource that the user does not have access to.
Protected method RespondInternalError
Helper method used to Respond to the request that an error occurred in processing the request.
Public method SetResponseCachePolicy
Sets the cache policy. Unless a handler overrides this method, child handlers do not allow a response to be cached.
Public method ValidateParameters
Validates the parameters. Inheriting classes must implement this and return true if the parameters are valid, otherwise false.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Properties

  Name Description
Public property ContentMimeType
Gets the MIME Type.
Protected property DependencyInjectionFactory
Gets or sets the dependency injection factory instance.
Public property IsReusable
Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.
(Overrides HttpHandlerBaseIsReusable.)
Public property RequiresAuthentication
Gets a value indicating whether this handler requires users to be authenticated.

See Also