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.
typedef enum FpcNameSystem { fpcNameSystem_DNS
The DNS name lookup system is to be used.
= 0, fpcNameSystem_WINS
The WINS name lookup system is to be used.
= 1, fpcNameSystem_IP
Only IP addresses are to be used.
= 2 } FpcNameSystem;
The DNS name lookup system is to be used.
The WINS name lookup system is to be used.
Only IP addresses are to be used.
The CARP protocol is not used in Forefront TMG Medium Business Edition.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.