GetFileHandler Methods |
The GetFileHandler type exposes the following members.
Name | Description | |
---|---|---|
CompleteRequest |
Completes the request.
| |
FileNotFound |
Responds HTTP code 404 Not Found.
| |
HandleClientCache |
Sets client cache headers. Responds HTTP code 304 Not Modified and returns true when requested file is in client's cache.
| |
ProcessRequest |
Process the request.
| |
ProcessRequestInternal |
Process the request.
| |
RespondNotModified |
Responds HTTP code 304 Not Modified.
| |
SetResponseHeaders |
Sets response headers.
| |
WriteBytes |
Streams the byte array to the response.
|