Method | Description | |
---|---|---|
ProcessRequest ( |
Enables processing of HTTP Web requests by a custom HttpHandler that implements the T:System.Web.IHttpHandler interface.
|
Method | Description | |
---|---|---|
Cache ( byte fileContent, string physFilePath ) : void |
Caches the specified file content.
|
|
FetchFromCache ( string physFilePath ) : byte[] |
Fetches from cache.
|
|
GetFromBinaryFileService ( |
Gets from binary file service.
|
|
GetResized ( |
Resizes and returns the resized content
|
|
ProcessBinaryFileRequest ( |
Processes the binary file request.
|
|
ProcessContentFileRequest ( |
Processes the content file request.
|
|
SendNotAuthorized ( |
Sends a 403 (forbidden)
|
|
SendNotFound ( |
Sends 404 status.
|
|
UrlQueryToCachedFileName ( |
URLs the name of the query to cached file.
|
public ProcessRequest ( |
||
context | An |
|
return | void |