Microsoft Internet Security and Acceleration Server 2004 SDK

BrowserConfigAutoDetect Property of IFPCWebBrowserClientConfig[C++]

FPCWebBrowserClientConfig.BrowserConfigAutoDetect [Visual Basic]

[C++]

The BrowserConfigAutoDetect property gets or sets a Boolean value that indicates whether the Web browser configuration settings are detected automatically.

HRESULT get_BrowserConfigAutoDetect(
  VARIANT_BOOL* pfAutoDetect
);

HRESULT put_BrowserConfigAutoDetect(
  VARIANT_BOOL fAutoDetect
);

Parameters

pfAutoDetect
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if the Web browser configuration settings will be detected automatically, or to VARIANT_FALSE if the Web browser configuration settings will not be detected automatically.
fAutoDetect
Boolean value that specifies whether the Web browser configuration settings will be detected automatically.

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.

The automatic discovery feature of ISA Server allows you to configure Web proxy clients so that they automatically discover the appropriate ISA Server computer. In this way, roaming clients can connect to the ISA Server computer, as appropriate and when necessary.

[Visual Basic]

The BrowserConfigAutoDetect property gets or sets a Boolean value that indicates whether the Web browser configuration settings are detected automatically.

Property BrowserConfigAutoDetect As Boolean

Property Value

Boolean value that specifies whether the Web browser configuration settings will be detected automatically.

Remarks

This property is read/write.

The automatic discovery feature of ISA Server allows you to configure Web proxy clients so that they automatically discover the appropriate ISA Server computer. In this way, roaming clients can connect to the ISA Server computer, as appropriate and when necessary.

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

FPCWebBrowserClientConfig