FPCBackupRoute
The FPCBackupRoute object represents the backup route, which is used to route requests from Web proxy clients when the primary route is unavailable. The backup route can be direct to the requested destination, or it can include an upstream proxy server. If the upstream proxy server on the backup route is running ISA Server Enterprise Edition, the Web requests can be directed to other members of its array.
This object can also be configured to indicate that there is no backup route.
The FPCBackupRoute object can be accessed through the BackupRoute property of an FPCPrimaryRoute object.
Click here to see the ISA Server object hierarchy.
Methods
The FPCBackupRoute object defines the following methods.
| Method | Description |
|---|---|
| Refresh | Recursively reads the values of all the properties of the object and of its subobjects from persistent storage, discarding any changes that were not saved. |
| Save | Recursively writes the current values of all the properties of the object and of its subobjects to persistent storage. |
| SetAutoPollConfig | Sets the configuration for automatic polling of the upstream proxy server on the backup route for information about the availability of upstream array members. |
| SetServerAndPort | Sets the name of the upstream proxy server on the backup route and the ports on which it listens. |
Properties
The FPCBackupRoute object has the following properties.
| Property | Description |
|---|---|
| AuthenticationEnabled | Gets or sets a Boolean value that indicates whether the authentication of downstream clients by the upstream proxy server on the backup route is enabled. |
| AuthenticationType | Gets or sets a value from the FpcAuthType enumerated type that specifies the type of authentication that the upstream proxy server on the backup route uses if authentication is enabled. |
| AutomaticPollConfig | Gets a Boolean value that indicates whether polling of the upstream server for information about the availability of upstream array members on the backup route is enabled. |
| BackupRouteType | Gets or sets a value from the FpcBackupRouteType enumerated type that specifies whether there is a backup route and whether it is direct to the requested destination or includes an upstream proxy server. |
| Credentials | Gets an FPCCredentials object that represents the credentials to be supplied by the ISA Server computer for authenticating a connection to the upstream proxy server on the backup route. |
| EnableAutoDial | Gets or sets a Boolean value that indicates whether automatic dialing is enabled. |
| PollAtURL | Gets the URL at which to poll for information about the availability of upstream array members on the backup route. This property is valid only if the AutomaticPollConfig property is set to True. |
| RouteServerName | Gets the name of the upstream proxy server on the backup route. |
| RouteServerPort | Gets the port on which the upstream proxy server on the backup route listens. |
| RouteServerSSLPort | Gets the port on which the upstream proxy server on the backup route listens for SSL connections. |
Interfaces for C++ Programming
This object implements the IFPCBackupRoute 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. |