GetMetaFileHandler Class |
Namespace: CMS.Routing.Web
public sealed class GetMetaFileHandler : AdvancedGetFileHandler
The GetMetaFileHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetMetaFileHandler |
Name | Description | |
---|---|---|
![]() | deviceResizeIsUsed |
Indicates if max resize for mobile device is used.
(Inherited from AdvancedGetFileHandler.) |
![]() | mAllowCache |
If true, the caching is allowed.
(Inherited from AdvancedGetFileHandler.) |
![]() | mCacheMinutes |
Cache minutes
(Inherited from AdvancedGetFileHandler.) |
![]() | mClientCacheMinutes |
Client cache minutes
(Inherited from AdvancedGetFileHandler.) |
![]() | mCompleted |
Indicates whether request is completed
(Inherited from AdvancedGetFileHandler.) |
![]() | mHeight |
Height
(Inherited from AdvancedGetFileHandler.) |
![]() | mMaxSideSize |
Max. side size
(Inherited from AdvancedGetFileHandler.) |
![]() | mResizeToDevice |
Indicates whether resizing should be used for device
(Inherited from AdvancedGetFileHandler.) |
![]() | mRevalidateClientCache |
Indicates whether client cache should be revalidated
(Inherited from AdvancedGetFileHandler.) |
![]() | mWidth |
Width
(Inherited from AdvancedGetFileHandler.) |
![]() | useCacheItemName |
Cache item name for the request.
(Inherited from AdvancedGetFileHandler.) |
Name | Description | |
---|---|---|
![]() | AcceptRange |
Indicates if resumable downloads should be supported for current file.
(Inherited from AdvancedGetFileHandler.) |
![]() | AllowCache |
Returns true if the process allows cache.
(Overrides AdvancedGetFileHandlerAllowCache.) |
![]() | AllowClientCache |
Returns true if client cache is allowed for the current request.
(Inherited from AdvancedGetFileHandler.) |
![]() | AreRangesValid |
Indicates whether ranges are valid.
TRUE: ranges are valid or request is not range request
FALSE: all other cases
(Inherited from AdvancedGetFileHandler.) |
![]() | CacheItemName |
Cache item name for current request.
(Inherited from AdvancedGetFileHandler.) |
![]() | CacheMinutes |
Cache minutes.
(Inherited from AdvancedGetFileHandler.) |
![]() | ClientCacheMinutes |
Cache minutes.
(Inherited from AdvancedGetFileHandler.) |
![]() | Context |
Returns the current context
(Inherited from AdvancedGetFileHandler.) |
![]() | CurrentSite |
Current site.
(Inherited from AdvancedGetFileHandler.) |
![]() | CurrentSiteName |
Current site name.
(Inherited from AdvancedGetFileHandler.) |
![]() | CurrentUser |
Current User.
(Inherited from AdvancedGetFileHandler.) |
![]() | DataLength |
Size of data.
(Inherited from AdvancedGetFileHandler.) |
![]() | ETag |
HTTP header entity tag.
(Inherited from AdvancedGetFileHandler.) |
![]() | Height |
Image height.
(Inherited from AdvancedGetFileHandler.) |
![]() | IsLiveSite |
Indicates if live site mode.
(Inherited from AdvancedGetFileHandler.) |
![]() | IsMultipart |
Indicates whether it is multipart range request.
(Inherited from AdvancedGetFileHandler.) |
![]() | IsRangeRequest |
Indicates whether it is range request.
(Inherited from AdvancedGetFileHandler.) |
![]() | IsReusable |
Indicates if handler is reusable.
(Inherited from AdvancedGetFileHandler.) |
![]() | LogCommunicationExceptions |
Whether to log exception caused by communication problems (e.g. when remote host closes the connection).
Log exceptions has to be set to TRUE.
(Inherited from AdvancedGetFileHandler.) |
![]() | LogExceptions |
Logs the exceptions caused by the process.
(Inherited from AdvancedGetFileHandler.) |
![]() | MaxSideSize |
Image maximum side size.
(Inherited from AdvancedGetFileHandler.) |
![]() | OutputDataCacheItemName |
Cache item name for the file output data.
(Inherited from AdvancedGetFileHandler.) |
![]() | Ranges |
2D Array in format {{START_RANGE,END_RANGE},{START_RANGE, END_RANGE}}.
(Inherited from AdvancedGetFileHandler.) |
![]() | ResizeToDevice |
Indicates if max side size parameter should be changes to device profile dimensions.
(Inherited from AdvancedGetFileHandler.) |
![]() | Response |
Returns the current response
(Inherited from AdvancedGetFileHandler.) |
![]() | RevalidateClientCache |
Cache minutes.
(Inherited from AdvancedGetFileHandler.) |
![]() | Sender |
Gets or sets sender object that is used for writing data to the response.
(Inherited from AdvancedGetFileHandler.) |
![]() | Watermark |
If set, watermark image is applied to the image. Name of the watermark image from ~/App_Themes/{theme}/Images/Watermarks
(Inherited from AdvancedGetFileHandler.) |
![]() | WatermarkPosition |
Watermark position.
(Inherited from AdvancedGetFileHandler.) |
![]() | Width |
Image width.
(Inherited from AdvancedGetFileHandler.) |
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.) |