Microsoft Internet Security and Acceleration Server 2000

FPCClientAutoScript.BypassLocalServers Property

Gets or sets whether a client will bypass the Web proxy for requests that do not include a dot.

VBScript Syntax[VBScript]

FPCClientAutoScript.BypassLocalServers ( = bBypass )

C++ Syntax[C++]

HRESULT get_BypassLocalServers(
  VARIANT_BOOL *pbBypass
);

HRESULT put_BypassLocalServers(
  VARIANT_BOOL bBypass
);

Parameters

bBypass
Boolean value that specifies whether a client will bypass the Web proxy for requests that do not include a dot.

This property is read-write.

Applies To

FPCClientAutoScript