CARPNameSystem Property of IFPCWebProxy[C++] | FPCWebProxy.CARPNameSystem [Visual Basic]
The CARPNameSystem property gets or sets a value from the FpcNameSystem enumerated type that specifies the method to be used by Web browsers for resolving the names of array members to which they are to connect according to the Cache Array Routing Protocol (CARP) algorithm. Based on the value of this property, ISA Server provides a script to Web browsers that uses the CARP algorithm to generate prioritized lists of array members that are identified by their fully qualified domain names (FQDN) for resolution using the DNS name lookup system, by their NetBIOS names for resolution using the WINS name lookup system, or by their IP addresses.
Note This property is ignored in ISA Server Standard Edition.
HRESULT get_CARPNameSystem( FpcNameSystem* pNameSystem ); HRESULT put_CARPNameSystem( FpcNameSystem NameSystem );
Parameters
- pNameSystem
- Pointer to a variable that on return receives a value from the FpcNameSystem enumerated type that specifies the method to be used by Web browsers for resolving the name of array members to which they are to connect according to the CARP algorithm.
- NameSystem
- Value from the FpcNameSystem enumerated type that specifies the method to be used by Web browsers for resolving the name of array members to which they are to connect according to the CARP algorithm.
Return Values
These property methods return S_OK if the call is successful; otherwise, they return an error code.Remarks
This property is read/write. Its default value is fpcNameSystem_DNS, which indicates that Web browsers will use the DNS name lookup system.
Setting this property correctly is important because some computers do not have WINS names and will not work in CARP unless DNS name lookup is required or the IP addresses are provided in the script.
After the value of this property has been modified, the change must be written to persistent storage by calling the Save method, and the Microsoft Firewall service must be restarted for the change to take effect. For more information about restarting the Firewall service to apply changes, see Restarting Services After Configuration Changes.
The CARPNameSystem property gets or sets a value from the FpcNameSystem enumerated type that specifies the method to be used by Web browsers for resolving the names of array members to which they are to connect according to the Cache Array Routing Protocol (CARP) algorithm. Based on the value of this property, ISA Server provides a script to Web browsers that uses the CARP algorithm to generate prioritized lists of array members that are identified by their fully qualified domain names (FQDN) for resolution using the DNS name lookup system, by their NetBIOS names for resolution using the WINS name lookup system, or by their IP addresses.
Note This property is ignored in ISA Server Standard Edition.
Property CARPNameSystem As FpcNameSystem
Property Value
Value from the FpcNameSystem enumerated type that specifies the method to be used by Web browsers for resolving the name of array members to which they are to connect according to the CARP algorithm.Remarks
This property is read/write. Its default value is fpcNameSystem_DNS, which indicates that Web browsers will use the DNS name lookup system.
Setting this property correctly is important because some computers do not have WINS names and will not work in CARP unless DNS name lookup is required or the IP addresses are provided in the script.
After the value of this property has been modified, the change must be written to persistent storage by calling the Save method, and the Microsoft Firewall service must be restarted for the change to take effect. For more information about restarting the Firewall service to apply changes, see Restarting Services After Configuration Changes.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |
| DLL | Requires Msfpccom.dll. |