This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public abstract class BaseHttpHandler |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class BaseHttpHandler |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HandleRequest |
Handles the request. This is where you put your
business logic.
|
|
ProcessRequest |
Processs the incoming HTTP request.
|
|
SetResponseCachePolicy |
Sets the cache policy. Unless a handler overrides
this method, handlers will not allow a respons to be
cached.
|
|
ToString | (Inherited from Object.) | |
ValidateParameters |
Validates the parameters. Inheriting classes must
implement this and return true if the parameters are
valid, otherwise false.
|
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RespondFileNotFound |
Helper method used to Respond to the request
that the file was not found.
|
|
RespondInternalError |
Helper method used to Respond to the request
that an error occurred in processing the request.
|
See Also
Smartsite.Web Namespace