Click or drag to resize
GetFileHandler Properties

The GetFileHandler type exposes the following members.

Properties
  NameDescription
Protected propertyAllowClientCache
Returns true if client cache is allowed for the current request.
Protected propertyClientCacheMinutes
Client cache minutes.
Protected propertyContext
Current HTTP context.
Protected propertyIsLiveSite
Indicates if live site mode.
Public propertyIsReusable
Indicates if handler is reusable.
Protected propertyResponse
Current HTTP response.
Protected propertyRevalidateClientCache
Indicates if client cache should be revalidated.
Protected propertySender
Instance of the sender object that is used for writing data to the response.
Top
See Also