IFPCClientAutoScript::BypassLocalServers property

Applies to: desktop apps only

The BypassLocalServers property gets or sets a Boolean value that indicates whether Web browsers configured to use the default automatic configuration script will bypass the Web proxy for requests sent to non-dotted names.

This property is read/write.

Syntax

HRESULT put_BypassLocalServers(
  VARIANT_BOOL fBypass
);

HRESULT get_BypassLocalServers(
  VARIANT_BOOL *pfBypass
);
' Data type: Boolean

Property BypassLocalServers( _
  ByVal fBypass As VARIANT_BOOL, _
  ByVal pfBypass As VARIANT_BOOL _
) As Boolean

Property value

Boolean value that indicates whether Web browsers configured to use the default automatic configuration script will bypass the Web proxy for requests sent to non-dotted names.

Error codes

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

Remarks

This property is read/write. Its default value is True (VARIANT_TRUE in C++).

Non-dotted names typically refer to Web servers in the local network. To enable Web browsers using the default automatic configuration script to bypass the Web proxy for requests sent to dotted names that refer to Web servers in the local network, add these names to the local domain table (LDT), or to the FPCPublicNames collection accessed through the DirectAddressDestinations property.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCClientAutoScript

 

 

Build date: 7/12/2010