Share via


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    = 0,
  fpcNameSystem_WINS   = 1,
  fpcNameSystem_IP     = 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 used only in Forefront TMG Enterprise Edition.

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

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010