FpcNameSystem Enumeration

The FpcNameSystem enumerated type contains values that specify the method to be used by a Web browser or downstream proxy server for resolving the name of the array member to which it is to connect according to the Cache Array Routing Protocol (CARP) algorithm.

Syntax

typedef enum FpcNameSystem {
  fpcNameSystem_DNS
fpcNameSystem_DNS

The DNS name lookup system is to be used.

	= 0,
  fpcNameSystem_WINS
fpcNameSystem_WINS

The WINS name lookup system is to be used.

   = 1,
  fpcNameSystem_IP
fpcNameSystem_IP

Only IP addresses are to be used.

	 = 2
} FpcNameSystem;

Constants

fpcNameSystem_DNS

The DNS name lookup system is to be used.

fpcNameSystem_WINS

The WINS name lookup system is to be used.

fpcNameSystem_IP

Only IP addresses are to be used.

Remarks

The CARP protocol is not used in Forefront TMG Medium Business Edition.

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.