Microsoft Internet Security and Acceleration Server 2000 |
The 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 with the IP property. The FPCServer.ForwardProxyListenEntries and FPCServer.ReverseProxyListenEntries properties return collections of FPCListenEntry objects.
The FPCListenEntry object is a member of the FPCListenEntries collection.
Click here to see the ISA object hierarchy.
This object implements the IFPCListenEntry interface.
The following table lists the methods of the FPCListenEntry object.
Method | Description |
---|---|
Refresh | Reads the object's configuration information from persistent storage, discarding any changes to the configuration that were not saved. |
Save | Saves the object's configuration to persistent storage. |
The following table lists the properties of the FPCListenEntry object.
Property | Description |
---|---|
BasicAuthentication | Gets or sets whether basic authentication is used. |
Description | Gets or sets the description of the entry. |
DigestAuthentication | Gets or sets whether digest authentication is used. |
DomainForBasicAuthentication | Gets or sets the domain for basic authentication. |
DomainForDigestAuthentication | Gets or sets the domain for digest authentication. |
IntegratedWindowsAuthentication | Gets or sets whether integrated Windows authentication is used. |
IP | Gets or sets the IP on which the proxy listens. |
SSLCertificateAuthentication | Gets or sets whether SSL certificate authentication is used. |
SSLServerCertificate | Gets or sets the SSL client certificate used to authenticate the client. |
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Msfpccom.idl.