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.
In ISA Server Enterprise Edition, this object provides a method for setting a protocol with a specific scope and name as the protocol to which the server publishing rule will apply. The scope indicates whether the protocol is defined for the array or for the enterprise.
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 methods.
| Method | Description |
|---|---|
| SetPublishedProtocol | Sets the protocol to which the server publishing rule applies. |
| SetScopedPublishedProtocol | Sets the scope and name of the protocol to which the server publishing rule will apply (available only in Enterprise Edition). |
Properties
The FPCServerPublishingProperties object has the following properties.
| Property | Description |
|---|---|
| IPsOnNetworks | Gets an FPCIPsOnNetworks collection that contains information about 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 FPCNetworkSet objects defining 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 FPCProtocolDefinition object defining the protocol to which the server publishing rule applies. |
| 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 of the ISA Server computer's network adapter in the network where the server published by the rule resides will be used as the source IP address when the request is forwarded to the published server. |
Interfaces for C++ Programming
This object implements the IFPCServerPublishingProperties interface. In Enterprise Edition, this object also implements the IFPCEEServerPublishingProperties interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |