Microsoft Internet Security and Acceleration Server 2000

FPCWebBrowserClientConfig Object

The FPCWebBrowserClientConfig object represents the browser configuration and is a property of the FPCClientConfig object. You can set a client's Web browser settings so that a client will work with the ISA Web proxy service. That configuration is represented by FPCWebBrowserClientConfig. This object generates a configuration file for clients that use the ISA server as a Web proxy service. This configuration file will be used by the ISA client setup to configure the browsers on users' computers.

Click here to see the ISA object hierarchy.

Note to C++ Programmers

This object implements the IFPCWebBrowserClientConfig interface.

Methods

The following table lists the methods of the FPCWebBrowserClientConfig object.

Method Description
Refresh Reads the object's configuration information from persistent storage, discarding any changes to the configuration that were not saved.
Save Saves the object's configuration to persistent storage.
SetBrowserConfigScript Sets whether the default or custom script is used.

Properties

The following table lists the properties of the FPCWebBrowserClientConfig object.

Property Description
AutoScript Gets a reference to the FPCClientAutoScript object.
BrowserConfigAutoDetect Gets or sets whether automatic configuration settings are automatically detected.
BrowserConfigEnabled Gets or sets whether the ISA Server client installation will affect the client's browser settings.
BrowserConfigScriptAddress Gets the address (URL) or file name of the file that will be used to configure the browser.
BrowserConfigScriptEnabled Gets or sets whether the browser will use the information in the configuration file.
BrowserConfigScriptFlag Gets whether the browser configuration uses a default script or a custom script.
ServerOrArrayName Gets or sets the name of the proxy server. This name is translated by the Domain Name System (DNS) and can point to multiple proxy servers.
VendorParametersSets Getsa reference to an object for storing and loading of custom data.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.