Microsoft Internet Security and Acceleration Server 2004 SDK

UseFirewallIPAsSource Property of IFPCServerPublishingProperties[C++]

FPCServerPublishingProperties.UseFirewallIPAsSource [Visual Basic]

[C++]

The UseFirewallIPAsSource property gets or sets a Boolean value that indicates whether the IP address on which the ISA Server computer received a request on behalf of the server published by the rule will be used as the source IP address when the request is forwarded to the published server.

HRESULT get_UseFirewallIPAsSource(
  VARIANT_BOOL* pfUseFirewallIPAsSource
);

HRESULT put_UseFirewallIPAsSource(
  VARIANT_BOOL fUseFirewallIPAsSource
);

Parameters

pfUseFirewallIPAsSource
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if the IP address on which the ISA Server computer received a request on behalf of the server published by the rule will be used as the source IP address when the request is forwarded to the server, or to VARIANT_FALSE if the original source IP address will be used.
fUseFirewallIPAsSource
Boolean value that indicates whether the IP address on which the ISA Server computer received a request on behalf of the server published by the rule will be used as the source IP address when the request is forwarded 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_FALSE.

[Visual Basic]

The UseFirewallIPAsSource property gets or sets a Boolean value that indicates whether the IP address on which the ISA Server computer received a request on behalf of the server published by the rule will be used as the source IP address when the request is forwarded to the published server.

Property UseFirewallIPAsSource As Boolean

Property Value

Boolean value that indicates whether the IP address on which the ISA Server computer received a request on behalf of the server published by the rule will be used as the source IP address when the request is forwarded to the published server.

Remarks

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

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

FPCServerPublishingProperties