Microsoft Internet Security and Acceleration Server 2004 SDK

FPCAccessProperties

The FPCAccessProperties object represents the properties of a policy rule that was created as an access rule using the AddAccessRule method.

This object is typically accessed through the AccessProperties property of an FPCPolicyRule object representing an access rule.

Click here to see the ISA Server object hierarchy.

Methods

This object has no methods.

Properties

The FPCAccessProperties object has the following properties.

Property Description
AppliesToContentMethod Gets or sets a value from the FpcAppliesToContentMethodType enumerated type that indicates whether the rule applies to all types of content or only to specified types of content.
ContentTypeSetsUsed Gets an FPCRefs collection that contains references to the FPCContentTypeSet objects defining the content type sets to which the rule applies.
DestinationDomainNameSets Gets an FPCRefs collection that contains references to the FPCDomainNameSet objects defining the destination domain name sets to which the rule applies.
DestinationSelectionIPs Gets an FPCSelectionIPs object that specifies the complete set of destination IP addresses to which the rule applies.
ProtocolSelectionMethod Gets or sets a value from the FpcProtocolSelectionType enumerated type that indicates whether the rule applies to all IP traffic, only to certain protocols, or to all IP traffic except certain protocols.
RedirectUrl Gets or sets the URL to which HTTP requests are redirected.
SpecifiedProtocols Gets an FPCRefs collection that contains references to the FPCProtocolDefinition objects defining the protocols to which the rule applies or the protocols that are excluded from the rule.
URLSets Gets an FPCRefs collection that contains references to the FPCURLSet collections defining the URL sets to which the rule applies.
UserSets Gets an FPCRefs collection that contains references to the FPCUserSet collections defining the user sets to which the rule applies.

Remarks

This object implements the IFPCAccessProperties 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