Microsoft Internet Security and Acceleration Server 2004 SDK

FPCServerPublishingProperties

The FPCServerPublishingProperties object represents the properties of a policy rule that was created as a server publishing rule using the AddServerPublishingRule method. It also provides a method for setting the published protocol of the rule.

This object can be accessed through the ServerPublishingProperties property of an FPCPolicyRule object representing a server publishing rule.

Click here to see the ISA Server object hierarchy.

Methods

The FPCServerPublishingProperties object defines the following method.

Method Description
SetPublishedProtocol Sets the published protocol of the rule.

Properties

The FPCServerPublishingProperties object has the following properties.

Property Description
IPsOnNetworks Gets an FPCIPsOnNetworks collection that contains the IP addresses on which the ISA Server computer listens for requests from particular networks on behalf of the server published by the rule.
IPsOnNetworkSets Gets an FPCRefs collection that contains references to the network sets from which the ISA Server computer listens for requests on behalf of the server published by the rule.
OverridePublishPort Gets or sets the port number for overriding the default port on which the ISA Server computer will listen for requests on behalf of the server published by the rule.
OverrideServerPort Gets or sets the port number for overriding the default port on the server published by the rule to which the ISA Server computer will forward requests.
PublishedProtocol Gets an FPCRef object that references the published protocol of the rule.
PublishedServerIP Gets or sets the IP address of the published server to which the rule applies.
UseFirewallIPAsSource 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.

Remarks

This object implements the IFPCServerPublishingProperties interface.

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

COM Objects