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
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.

   = 0,
  fpcIPAffinity
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.

		= 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 Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.