Microsoft Internet Security and Acceleration Server 2004 SDK

FpcFwForwardType

The FpcFwForwardType enumerated type contains values that specify where to forward requests in Microsoft Firewall service chaining.

typedef enum FpcFwForwardType
{
  fpcPrimaryConnection
fpcPrimaryConnection
Requests should be forwarded to the primary connection.
 = 0,
  fpcChaining
fpcChaining
Requests should be forwarded to an upstream ISA Server computer.
 = 1

} FpcFwForwardType;

Constants

fpcPrimaryConnection
Requests should be forwarded to the primary connection.
fpcChaining
Requests should be forwarded to an upstream ISA Server computer.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types