Click or drag to resize

FileHandlingAttrs Enumeration

Application-wide settings for controlling file handling.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum FileHandlingAttrs
Members
  Member nameValueDescription
IE6HttpsUseHttpGetf1Workaround to IE6 'Do not save encrypted pages to disk' option under HTTPS -- Causes file attachment links to use an HTTP getf (getfile) request instead of an HTTPS getf (getfile) request.
IE6HttpsUseGetf2Workaround to IE6 'Do not save encrypted pages to disk' option under HTTPS -- Causes file attachment links to use an HTTPS getf (getfile) request.
IE6HttpsUseHref4Workaround to IE6 'Do not save encrypted pages to disk' option under HTTPS -- Causes file attachment links to use an HTTPS href to the file itself instead of an HTTPS getf (getfile) request.
See Also