Microsoft Internet Security and Acceleration Server 2004 SDK

FPCClientAutoScript

The FPCClientAutoScript object defines the contents of the default automatic configuration script for configuring Web browsers running on Firewall Client computers.

You can set the properties of the FPCWebBrowserClientConfig object so that Web browsers running on Firewall clients will be configured to use the automatic configuration script stored at a default location on the ISA Server computer. This script is downloaded to a Web browser running on a Firewall client every time the Web browser is opened and is executed against every URL that the Web browser requests. Because the configuration script is automatically made available to the Web browsers running on Firewall clients, you can update the Web browser settings on all Firewall clients without having to reconfigure the Web browser on each client computer.

Alternatively, you can construct your own custom automatic configuration script and place it on a Web server. When a Web browser looks for the configuration script at the URL that you specify, the Web server receives the request and returns the custom automatic configuration script to the browser.

The FPCClientAutoScript object can be accessed through the AutoScript property of an FPCWebBrowserClientConfig object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCClientAutoScript object defines the following methods.

Method Description
Refresh Recursively reads all the values of the properties of the object, including all the properties of its subobjects and their elements (for collections), from persistent storage, discarding any changes that were not saved.
Save Recursively writes the current values of all the properties of the object, including all the properties of its subobjects and their elements (for collections), to persistent storage.

Properties

The FPCClientAutoScript object has the following properties.

Property Description
BackupRoute Gets an FPCClientBackupRoute object that represents the backup route settings for Web browsers running on Firewall Client computers.
BypassLocalServers Gets or sets a Boolean value that indicates whether Web browsers running on Firewall Client computers will bypass the Web proxy for requests sent to non-dotted names.
DirectAddressDestinations Gets an FPCPublicNames collection containing the domain names of destinations that Firewall clients will access directly, bypassing the Microsoft Firewall service.
DirectIpDestinations Gets an FPCIpRangeSet collection containing the ranges of IP addresses that Firewall clients will access directly, bypassing the Microsoft Firewall service.
IncludeLDT Gets or sets a Boolean value that indicates whether to include the local domain table (LDT) addresses in the list of directly accessed servers.

Remarks

This object implements the IFPCClientAutoScript interface.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

COM Objects