FpcNameSystem enumeration

Applies to: desktop apps only

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

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

Enumerated Types

 

 

Build date: 7/12/2010