Microsoft Internet Security and Acceleration Server 2004 SDK

FPCClientBackupRoute

The FPCClientBackupRoute object represents the backup route settings for Web browsers in the script that is automatically downloaded to Firewall clients. You can define a backup route for Web browsers running on Firewall client computers, so that if the ISA Server computer is not available, the Web browsers will access the Internet directly or through an alternate proxy server.

This object can be accessed through the BackupRoute property of the FPCClientAutoScript object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCClientBackupRoute object defines the following methods.

Method Description
Refresh Reads all of the object's properties from persistent storage, discarding any changes that were not saved.
Save Writes the current values of all of the object's properties to persistent storage.

Properties

The FPCClientBackupRoute object has the following properties.

Property Description
AutoConfigBackupRoute Gets or sets the backup route for Web browsers in the Firewall client configuration.
ClientBackupRouteType Gets or sets a value from the FpcClientBackupRouteType enumerated type that specifies whether the backup route is direct to the Internet or includes a proxy server.
Enabled Gets or sets a Boolean value that indicates whether the backup route settings for Web browsers in the Firewall client configuration are enabled.

Remarks

This object implements the IFPCClientBackupRoute 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