Microsoft Internet Security and Acceleration Server 2000

FPCServer.ForwardProxyListenEntries Property

Gets a collection of FPCListenEntry objects.

Note  If there are no listen entries configured using the FPCListenEntries.Add method, then ISA does not listen for incoming or outgoing Web requests.

VBScript Syntax[VBScript]

[ collFPCListenEntries = ] FPCServer.ForwardProxyListenEntries

C++ Syntax[C++]

HRESULT get_ForwardProxyListenEntries(
  IFPCListenEntries **pcollFPCListenEntries
);

Parameters

collFPCListenEntries
Reference to the FPCListenEntries collection.

The property is read-only.

Applies To

FPCServer