Microsoft Internet Security and Acceleration Server 2000

FpcFetchUrlFlags

The FpcFetchUrlFlags enumerated type contains flags that control FetchUrl method behavior.

enum FpcFetchUrlFlags {
  fpcFetchTtlIfNone,
  fpcFetchTtlOverride,
  fpcFetchSynchronous,
  fpcFetchNoArrayRouting,
  fpcFetchForceCache
};

Members

fpcFetchTtlIfNone
The TtlInMinutes parameter should be used only if the object does not contain an "Expires" or "Cache-Control: maximum-age" HTTP header.
fpcFetchTtlOverride
The TtlInMinutes parameter takes precedence over any HTTP headers in the object.
fpcFetchSynchronous
Method will not return until the fetch is completed.
fpcFetchNoArrayRouting
Fetches on a target server even if another array member is the preferred location.
fpcFetchForceCache
Caches even if object cannot normally be cached.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.