Microsoft Internet Security and Acceleration Server 2000

FPCListenEntries Collection

The FPCListenEntries collection provides access to a group of FPCListenEntry objects. Each FPCListenEntry object defines an IP address on which ISA listens for incoming connections for incoming Web requests or outgoing Web requests. These settings are manipulated by means of the IP property of each FPCListenEntry object.

This object is a property of the FPCWebProxy object.

Click here to see the ISA object hierarchy.

Note to C++ Programmers

This collection implements the IFPCListenEntries interface.

Note  When you've made and saved changes to the port numbers that the Web proxy (w3proxy) service listens on, the Web proxy service must be restarted for your change to take effect. To stop and restart the Web proxy service use the FPCArray.SendRestartNotification method.

Methods

The following table lists the methods of the FPCListenEntries collection.

Method Description
Add Adds a new FPCListenEntry object.
Item Retrieves the given FPCListenEntry object from the collection.
Refresh Reads the collection's configuration information from persistent storage, discarding any changes to the configuration that were not saved.
Remove Removes an item from the collection.
Save Saves the collection's configuration to persistent storage.

Properties

The following table lists the properties of the FPCListenEntries collection.

Property Description
AllBasicAuthentication Gets or sets whether basic authentication is used.
AllDigestAuthentication Gets or sets whether digest authentication is used.
AllDomainForBasicAuthentication Gets or sets a string value that specifies the domain for basic authentication.
AllDomainForDigestAuthentication Gets or sets a string value that specifies the domain for digest authentication.
AllIntegratedWindowsAuthentication Gets or sets whether integrated Windows authentication is used.
AllSSLCertificateAuthentication Gets or sets SSL certificate authentication is used.
AllSSLServerCertificate Gets or sets an FPCSSLCertificate object that represents the client certificate to use when authenticating the client.
Count Gets the number of entries in the collection.
Description Gets or sets the description of the collection of listen entries.
VendorParametersSets Gets a reference to an object for storing and loading custom data into the FPCListenEntries collection' storage.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.