Microsoft Internet Security and Acceleration Server 2004 SDK

UseFirewallIPAsSource Property of IFPCWebPublishingProperties[C++]

FPCWebPublishingProperties.UseFirewallIPAsSource [Visual Basic]

[C++]

The UseFirewallIPAsSource property gets or sets a Boolean value that indicates whether the firewall IP address will be used as the source IP address when a request is forwarded to the 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 firewall IP address will be used as the source IP address when a request is forwarded to the server, or to VARIANT_FALSE if the original source IP address will not be used.
fUseFirewallIPAsSource
Boolean value that indicates whether the firewall IP address will be used as the source IP address when a request written in the published protocol of the rule is forwarded to the 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 UseFirewallIPAsSource property gets or sets a Boolean value that indicates whether the firewall IP address will be used as the source IP address when a request is forwarded to the server.

Property UseFirewallIPAsSource As Boolean

Property Value

Boolean value that indicates whether the firewall IP address will be used as the source IP address when a request is forwarded to the 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