IFPCWebListenerProperties::ResolveInArray property

Applies to: desktop apps only

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.

This property is read/write.

Syntax

HRESULT put_ResolveInArray(
  VARIANT_BOOL fResolveInArray
);

HRESULT get_ResolveInArray(
  VARIANT_BOOL **pfResolveInArray
);
' Data type: Boolean

Property ResolveInArray( _
  ByVal fResolveInArray As VARIANT_BOOL, _
  ByVal pfResolveInArray As VARIANT_BOOL _
) 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.

Error codes

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 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

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

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCWebListenerProperties

 

 

Build date: 7/12/2010