Click or drag to resize
GetFileHandler Methods

The GetFileHandler type exposes the following members.

Methods
  NameDescription
Protected methodCompleteRequest
Completes the request.
Protected methodDisableDebugging
Disables all debugging for current page
Protected methodFileNotFound
Responds HTTP code 404 Not Found.
Protected methodHandleClientCache
Sets client cache headers. Responds HTTP code 304 Not Modified and returns true when requested file is in client's cache.
Public methodProcessRequest
Process the request.
Protected methodProcessRequestInternal
Process the request.
Protected methodRespondNotModified
Responds HTTP code 304 Not Modified.
Protected methodSetResponseHeaders
Sets response headers.
Protected methodWriteBytes
Streams the byte array to the response.
Top
See Also