FpcLoadBalancingAffinityType Enumeration
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
Client | Requires Windows 7 or Windows Vista. |
Server | Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2. |
Version | Requires Forefront Threat Management Gateway (TMG) 2010. |
Header | Declared in Comenum.h. |
See Also
Send comments about this topic to Microsoft
Build date: 6/30/2010