Microsoft Internet Security and Acceleration Server 2004 SDK

AutoConfigBackupRoute Property of IFPCClientBackupRoute[C++]

FPCClientBackupRoute.AutoConfigBackupRoute [Visual Basic]

[C++]

The AutoConfigBackupRoute property gets or sets the backup route for Web browsers in the Firewall client configuration.

HRESULT get_AutoConfigBackupRoute(
  BSTR* pbstrRoute
);

HRESULT put_AutoConfigBackupRoute(
  BSTR bstrRoute
);

Parameters

pbstrRoute
Pointer to a BSTR that is set on return to a string value specifying the backup route for Web browsers in the Firewall client configuration. If this property is set to DIRECT, the backup route passes directly to the Internet rather than through an alternate proxy server.
bstrRoute
BSTR that specifies the backup route for Web browsers in the Firewall client configuration. If this property is set to DIRECT, the backup route passes directly to the Internet rather than through an alternate proxy server.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

[Visual Basic]

The AutoConfigBackupRoute property gets or sets the backup route for Web browsers in the Firewall client configuration.

Property AutoConfigBackupRoute As String

Property Value

String that specifies the backup route for Web browsers in the Firewall client configuration. If this property is set to DIRECT, the backup route passes directly to the Internet rather than through an alternate proxy server.

Remarks

This property is read/write.

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

FPCClientBackupRoute