Microsoft Internet Security and Acceleration Server 2000

FwxDataFilterPriorityClass

The FwxDataFilterPriorityClass enumerated type contains values used to specify the order of data filters for the same connection. Within the same priority class, the order will be arbitrary.

enum FwxDataFilterPriorityClass {
  fwx_dfpc_NAT,
  fwx_dfpc_Internal,
  fwx_dfpc_PostTrust,
  fwx_dfpc_Middle,
  fwx_dfpc_PreTrust,
  fwx_dfpc_External,
  fwx_dfpc_Emulation
};

Elements

fwx_dfpc_NAT
As close to the client as possible. This should be used only if the data filter is a SecureNAT editor.
fwx_dfpc_Internal
As close to the client as possible for a non-SecureNAT filter.
fwx_dfpc_PostTrust
Close to the client side.
fwx_dfpc_Middle
Middle of the chain. Virus scanners should use this priority.
fwx_dfpc_PreTrust
Close to the server side.
fwx_dfpc_External
As close to the external source as possible.
fwx_dfpc_Emulation
Used by emulation filters. The filter is the source of the data.

Remarks

Each priority setting is defined as being closer to the client or closer to the server. A data filter that is closer to the client is likely to be the first to examine data flowing from the client, and unlikely to be the first to examine data flowing to the client. A data filter that is closer to the server is likely to be the first to examine data flowing from the server to the client, and unlikely to be the first to examine data flowing from the client to the server.

Requirements

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

See Also

IFWXConnection::AttachDataFilter, IFWXConnection::AttachDataFilterWithDestination, IFWXConnection::EmulateConnection, IFWXSession::SetDataFilterFactory