Microsoft Internet Security and Acceleration Server 2000

FPCWebProxy.EnableAutoDiscovery Property

Gets or sets whether the Web proxy binds to a specified port on all internal interfaces and returns the routing script as a response to a wpad.dat request.

VBScript Syntax[VBScript]

FPCWebProxy.EnableAutoDiscovery [= bEnabled ]

C++ Syntax[C++]

HRESULT get_EnableAutoDiscovery(
  VARIANT_BOOL *pbEnabled
);
 
HRESULT put_EnableAutoDiscovery(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that has either of these settings:
Setting Meaning
TRUE The Web proxy binds to port 80 on all local interfaces.
FALSE The Web proxy does not bind to port 80 on all local interfaces.

The property is read-write.

Remarks

The automatic discovery feature of ISA Server allows you to configure 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. By enabling automatic discovery, Web proxy and Firewall clients all automatically discover the appropriate ISA Server computer.

Applies To

FPCWebProxy