Microsoft Internet Security and Acceleration Server 2004 SDK

FpcPrimaryRouteType

The FpcPrimaryRouteType enumerated type provides values that specify how requests are forwarded on the primary route.

typedef enum FpcPrimaryRouteType
{
  fpcPrimaryRouteDirect
fpcPrimaryRouteDirect
Requests are sent directly to the requested destination.
 = 0,
  fpcPrimaryRouteUpstream
fpcPrimaryRouteUpstream
Requests are sent to an upstream ISA Server computer or array.
 = 1,
  fpcPrimaryRouteAlternate
fpcPrimaryRouteAlternate
Requests are routed to an alternate host.
 = 2

} FpcPrimaryRouteType;

Constants

fpcPrimaryRouteDirect
Requests are sent directly to the requested destination.
fpcPrimaryRouteUpstream
Requests are sent to an upstream ISA Server computer or array.
fpcPrimaryRouteAlternate
Requests are routed to an alternate host.

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