Microsoft Internet Security and Acceleration Server 2000

FPCWebRequestConfiguration.AllInterfaces Property

Gets or sets whether the Web proxy listens on all the Internet Protocols (IPs) of the computer regardless of the list of entries.

VBScript Syntax[VBScript]

[ bAllInterfaces = ] FPCWebRequestConfiguration.AllInterfaces

C++ Syntax[C++]

HRESULT get_AllInterfaces( 
  VARIANT_BOOL *pbAllInterfaces
);
 
HRESULT put_AllInterfaces(
  VARIANT_BOOL bAllInterfaces
);

Parameters

bAllInterfaces
Boolean value that specifies whether the Web proxy listens on all IP addresses of the ISA Server computer, regardless of the individual entries within this collection.

The property is read-write.

Applies To

FPCWebRequestConfiguration