Microsoft Internet Security and Acceleration Server 2000

FPCWebProxy.AutoDiscoveryPort Property

Gets or sets the port to bind to if the EnableAutoDiscovery property is TRUE.

VBScript Syntax[VBScript]

FPCWebProxy.AutoDiscoveryPort [= lPort ]

C++ Syntax[C++]

HRESULT get_AutoDiscoveryPort(
  long *plPort
);
 
HRESULT put_AutoDiscoveryPort(
  long lPort
);

Parameters

lPort
Long value that specifies the port to bind to if EnableAutoDiscovery is TRUE.

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