GetMetaFileHandler Methods |
The GetMetaFileHandler type exposes the following members.
Name | Description | |
---|---|---|
CompleteRequest |
Completes the request.
(Inherited from AdvancedGetFileHandler.) | |
ETagsMatch |
Responds with 304 Not Modified if ETags match and object has current timestamp.
(Inherited from AdvancedGetFileHandler.) | |
GetBaseCacheKey |
Returns the base cache key (created with all parameters considered to be valid for proper caching).
(Inherited from AdvancedGetFileHandler.) | |
GetCacheDependency |
Creates the cache dependency from the given keys.
(Inherited from AdvancedGetFileHandler.) | |
GetCachedOutputData |
Gets the cached data for the current request.
(Inherited from AdvancedGetFileHandler.) | |
GetRange |
Parses the range header from the request.
(Inherited from AdvancedGetFileHandler.) | |
HandleDeviceDimension |
Handles max side size according to device profile dimensions.
(Inherited from AdvancedGetFileHandler.) | |
HandleDeviceResize |
Changes MaxSideSize to device dimensions if device resizing is enabled.
(Inherited from AdvancedGetFileHandler.) | |
IsExtensionExcludedFromRanges |
Indicates if file with given extension is excluded from resumable downloads.
(Inherited from AdvancedGetFileHandler.) | |
LoadSiteName |
Loads the site name from the query string.
(Inherited from AdvancedGetFileHandler.) | |
ProcessRequest |
Processes the handler request
(Inherited from AdvancedGetFileHandler.) | |
ProcessRequestInternal |
Processes the handler request
(Overrides AdvancedGetFileHandlerProcessRequestInternal(HttpContextBase).) | |
RespondNotModified |
Responds with the not modified code.
(Inherited from AdvancedGetFileHandler.) | |
SaveOutputDataToCache |
Saves the data for current request to cache.
(Inherited from AdvancedGetFileHandler.) | |
SetCacheability |
Sets the cache-ability with dependence on connection type
IE browser doesn't support No-Cache if current connection is secured
(Inherited from AdvancedGetFileHandler.) | |
SetDisposition |
Sets response header according to file type.
(Inherited from AdvancedGetFileHandler.) | |
SetResponseContentType |
Sets content type of the response based on file MIME type
(Inherited from AdvancedGetFileHandler.) | |
SetRevalidation |
Sets the revalidation of the client caches.
(Inherited from AdvancedGetFileHandler.) | |
SetTimeStamps |
Sets the last modified and expires header to the response
(Inherited from AdvancedGetFileHandler.) | |
WriteBytes |
Streams the byte array to the response.
(Inherited from AdvancedGetFileHandler.) | |
WriteFile |
Streams the data file to the response.
(Inherited from AdvancedGetFileHandler.) |