Click or drag to resize
GetMetaFileHandler Methods

The GetMetaFileHandler type exposes the following members.

Methods
  NameDescription
Protected methodCompleteRequest
Completes the request.
(Inherited from AdvancedGetFileHandler.)
Protected methodDisableDebugging
Disables all debugging for current page
(Inherited from AdvancedGetFileHandler.)
Protected methodETagsMatch
Responds with 304 Not Modified if ETags match and object has current timestamp.
(Inherited from AdvancedGetFileHandler.)
Protected methodGetBaseCacheKey
Returns the base cache key (created with all parameters considered to be valid for proper caching).
(Inherited from AdvancedGetFileHandler.)
Protected methodGetCacheDependency
Creates the cache dependency from the given keys.
(Inherited from AdvancedGetFileHandler.)
Protected methodGetCachedOutputData
Gets the cached data for the current request.
(Inherited from AdvancedGetFileHandler.)
Protected methodGetRange
Parses the range header from the request.
(Inherited from AdvancedGetFileHandler.)
Protected methodHandleDeviceDimension
Handles max side size according to device profile dimensions.
(Inherited from AdvancedGetFileHandler.)
Protected methodHandleDeviceResize
Changes MaxSideSize to device dimensions if device resizing is enabled.
(Inherited from AdvancedGetFileHandler.)
Protected methodCheckRequiredMimeType
Checks if attachment mime type is allowed.
(Inherited from AdvancedGetFileHandler.)
Protected methodIsExtensionExcludedFromRanges
Indicates if file with given extension is excluded from resumable downloads.
(Inherited from AdvancedGetFileHandler.)
Protected methodLoadSiteName
Loads the site name from the query string.
(Inherited from AdvancedGetFileHandler.)
Public methodProcessRequest
Processes the handler request
(Inherited from AdvancedGetFileHandler.)
Protected methodProcessRequestInternal
Processes the handler request
(Overrides AdvancedGetFileHandlerProcessRequestInternal(HttpContextBase).)
Protected methodRespondNotModified
Responds with the not modified code.
(Inherited from AdvancedGetFileHandler.)
Protected methodSaveOutputDataToCache
Saves the data for current request to cache.
(Inherited from AdvancedGetFileHandler.)
Protected methodSetCacheability
Sets the cache-ability with dependence on connection type IE browser doesn't support No-Cache if current connection is secured
(Inherited from AdvancedGetFileHandler.)
Protected methodSetDisposition
Sets response header according to file type.
(Inherited from AdvancedGetFileHandler.)
Protected methodSetResponseContentType
Sets content type of the response based on file MIME type
(Inherited from AdvancedGetFileHandler.)
Protected methodSetRevalidation
Sets the revalidation of the client caches.
(Inherited from AdvancedGetFileHandler.)
Protected methodSetTimeStamps
Sets the last modified and expires header to the response
(Inherited from AdvancedGetFileHandler.)
Protected methodWriteBytes
Streams the byte array to the response.
(Inherited from AdvancedGetFileHandler.)
Protected methodWriteFile
Streams the data file to the response.
(Inherited from AdvancedGetFileHandler.)
Top
See Also