Microsoft Internet Security and Acceleration Server 2000

FPCListenEntries.Add Method

Adds a new FPCListenEntry object to the collection. If there are no listen entries configured, then ISA does not listen for incoming or outgoing Web requests.

VBScript Syntax[VBScript]

[ oFPCListenEntry = ] FPCListenEntries.Add( sIP )

C++ Syntax[C++]

HRESULT Add(
  BSTR sIP, 
  IFPCListenEntry **ppoFPCListenEntry
);

Parameters

sIP
String that specifies the IP address to listen on.

Return Value

oFPCListenEntry
Reference to the FPCListenEntry object.

Applies To

FPCListenEntries