Microsoft Internet Security and Acceleration Server 2004 SDK

EnableAutoDiscoveryPort Property of IFPCNetwork[C++]

FPCNetwork.EnableAutoDiscoveryPort [Visual Basic]

[C++]

The EnableAutoDiscoveryPort property gets or sets a Boolean value that indicates whether the Web proxy binds to a specific port so that Web proxy clients on the network can automatically discover the ISA Server computer.

HRESULT get_EnableAutoDiscoveryPort(
  VARIANT_BOOL* pfAutoDiscoveryPortEnabled
);

HRESULT put_EnableAutoDiscoveryPort(
  VARIANT_BOOL fAutoDiscoveryPortEnabled
);

Parameters

pfAutoDiscoveryPortEnabled
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if the Web proxy binds to a specific port so that Web proxy clients on the network can automatically discover the ISA Server computer, or to VARIANT_FALSE if it does not bind to the port.
fAutoDiscoveryPortEnabled
Boolean value that indicates whether the Web proxy binds to a specific port so that Web proxy clients on the network can automatically discover the ISA Server computer.

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 port to which the Web proxy binds is specified in the AutoDiscoveryPort property.

[Visual Basic]

The EnableAutoDiscoveryPort property gets or sets a Boolean value that indicates whether the Web proxy binds to a specific port so that Web proxy clients on the network can automatically discover the ISA Server computer.

Property EnableAutoDiscoveryPort As Boolean

Property Value

Boolean value that indicates whether the Web proxy binds to a specific port so that Web proxy clients on the network can automatically discover the ISA Server computer.

Remarks

This property is read/write.

The port to which the Web proxy binds is specified in the AutoDiscoveryPort property.

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

FPCNetwork