Microsoft Internet Security and Acceleration Server 2000 |
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 };
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.
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Wspfwext.idl.
IFWXConnection::AttachDataFilter, IFWXConnection::AttachDataFilterWithDestination, IFWXConnection::EmulateConnection, IFWXSession::SetDataFilterFactory