Microsoft Internet Security and Acceleration Server 2000

FPCPublishing.WebPublishingRules Property

Gets a collection of all Web publishing rules.

Web publishing processes incoming requests for Hypertext Transfer Protocol (HTTP) objects on an internal Web server. Web publishing rules determine how ISA Server should intercept incoming requests for HTTP objects and whether ISA Server should respond on behalf of the Web server. Requests are forwarded downstream to an internal Web server, located behind the ISA Server computer.

VBScript Syntax[VBScript]

[ collFPCWebPublishingRules = ] FPCPublishing.WebPublishingRules

C++ Syntax[C++]

HRESULT get_WebPublishingRules(
  IFPCWebPublishingRules **pcollFPCWebPublishingRules
);

Parameters

collFPCWebPublishingRules
Reference to the FPCWebPublishingRules collection.

This property is read-only.

Applies To

FPCPublishing