ResolveInArray Property of the IFPCWebListenerProperties Interface

The ResolveInArray property gets or sets a Boolean value that indicates whether the Web proxy will attempt to retrieve the requested object from the cache of the current array using the Cache Array Routing Protocol (CARP) algorithm. This property is not supported in ISA Server Standard Edition.

[C++]
HRESULT put_ResolveInArray(
	VARIANT_BOOL fResolveInArray
);
HRESULT get_ResolveInArray(
	VARIANT_BOOL** pfResolveInArray
);

Parameters

pfResolveInArray

Pointer to a Boolean variable that is set on return to VARIANT_TRUE if the Web proxy will attempt to retrieve the requested object from the cache of the current array using the CARP algorithm, or to VARIANT_FALSE if the Web proxy will retrieve the requested object from the site specified in the URL.

fResolveInArray

Boolean value that indicates whether the Web proxy will attempt to retrieve the requested object from the current array using the CARP algorithm.

Return Value

These property methods return S_OK if the call is successful; otherwise, they return an error code.

[Visual Basic]
Property ResolveInArray As Boolean

Property Value

Boolean value that indicates whether the Web proxy will attempt to retrieve the requested object from the cache of the current array using the CARP algorithm. If the value is set to True, the Web proxy will attempt to retrieve the requested object from the current array. If the value is set to False, the Web proxy will retrieve the requested object from the site specified in the URL.

Remarks

This property is read/write. Its default value is False (VARIANT_FALSE in C++).

Setting this property to True (VARIANT_TRUE in C++) for a particular network enables server-side CARP for Web requests coming from the network. However, no Web requests from the network are handled unless the EnableWebProxyClients property is also set to True (VARIANT_TRUE in C++). Note also that no objects are cached on any server in the array unless the CacheLimitInMegs property of at least one cache drive of at least one array member is set to a nonzero value.

For more information about CARP, see Cache Array Routing Protocol.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCWebListenerProperties


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.