FpcLoadBalancingAffinityType enumeration
Applies to: desktop apps only
The FpcLoadBalancingAffinityType enumerated type contains values that specify the type of load balancing affinity that will be maintained with a load-balanced server farm published by a Web publishing rule.
Syntax
typedef enum FpcLoadBalancingAffinityType {
fpcSessionAffinity = 0,
fpcIPAffinity = 1
} FpcLoadBalancingAffinityType;
Constants
fpcSessionAffinity
Cookie-based load balancing with session affinity will be maintained with the published server farm. This means that all requests related to the same session, as indicated by the presence of the same unique cookie for the session, will be forwarded to the same server in the server farm.fpcIPAffinity
Client IP affinity will be maintained with the published server farm. This means that all requests from the same client (source) IP address will be forwarded to the same server in the server farm.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Comenum.h |
See also
Build date: 7/12/2010