Microsoft Internet Security and Acceleration Server 2004 SDK

FPCProtocolConnections Collection

The FPCProtocolConnections collection holds a set of FPCProtocolConnection objects that represent all of the primary connections or all of the secondary conditions for a single protocol.

The FPCProtocolConnections collection is typically accessed through the PrimaryConnections or SecondaryConnections property of an FPCProtocolDefinition object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCProtocolConnections collection defines the following methods.

Method Description
AddICMP Creates a new FPCProtocolConnection object for an ICMP connection and returns a reference to it.
AddRaw Creates a new FPCProtocolConnection object for a raw protocol and returns a reference to it.
AddTCP Creates a new FPCProtocolConnection object for a TCP connection and returns a reference to it.
AddUDP Creates a new FPCProtocolConnection object for a UDP connection and returns a reference to it.
Item Retrieves the requested FPCProtocolConnection object from the collection.
Refresh Recursively reads all the properties of the collection and its elements from persistent storage, overwriting any changes made after the last call to the Save method.
Remove Removes the specified FPCProtocolConnection object from the collection.
Save Writes the current values of all the properties of the collection and its elements to persistent storage.

Properties

The FPCProtocolConnections collection has the following properties.

Property Description
_NewEnum Gets an enumerator object for the collection.
Count Gets the number of FPCProtocolConnection objects in the collection.

Remarks

This collection implements the IFPCProtocolConnections 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