Microsoft Internet Security and Acceleration Server 2004 SDK

PassOptionsRequestsToServer Property of IFPCWebPublishingProperties[C++]

FPCWebPublishingProperties.PassOptionsRequestsToServer [Visual Basic]

[C++]

The PassOptionsRequestsToServer property gets or sets a Boolean value that indicates whether the ISA Server Web proxy will pass options requests to the published server.

HRESULT get_PassOptionsRequestsToServer(
  VARIANT_BOOL* pfPassOptionsRequestsToServer
);

HRESULT put_PassOptionsRequestsToServer(
  VARIANT_BOOL fPassOptionsRequestsToServer
);

Parameters

pfPassOptionsRequestsToServer
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if the Web proxy will pass options requests to the published server, or to VARIANT_FALSE if the Web proxy will not pass options requests to the published server.
fPassOptionsRequestsToServer
Boolean value that indicates whether the Web proxy will pass options requests to the published server.

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. Its default value is VARIANT_TRUE.

[Visual Basic]

The PassOptionsRequestsToServer property gets or sets a Boolean value that indicates whether the ISA Server Web proxy will pass options requests to the published server.

Property PassOptionsRequestsToServer As Boolean

Property Value

Boolean value that indicates whether the Web proxy will pass options requests to the published server.

Remarks

This property is read/write. Its default value is True.

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

FPCWebPublishingProperties