FPCClientBackupRoute
The FPCClientBackupRoute object represents the backup route settings in the default automatic configuration script for Web browsers running on client computers. You can define a backup route for Web browsers configured to use the default automatic configuration script, 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 default automatic configuration script. |
| 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 Web browsers configured to use the default automatic configuration script will use the backup route. |
Interfaces for C++ Programming
This object implements the IFPCClientBackupRoute interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |