Microsoft Internet Security and Acceleration Server 2000

FPCFilterProtocol.PrimaryConnections Property

Gets a collection of all of this protocol's primary connections.

VBScript Syntax[VBScript]

[ collFPCProtocolConnections = ] FPCFilterProtocol.PrimaryConnections

C++ Syntax[C++]

HRESULT get_PrimaryConnections(
  IFPCProtocolConnections **pcollFPCProtocolConnections
);

Parameters

collFPCProtocolConnections
Reference to an FPCProtocolConnections collection.

The property is read-only.

Remarks

An application filter protocol must list its primary outbound connections in the FPCProtocolConnections collection. The Firewall service uses the list to determine which NAT connections should be processed by the service.

Secondary connections should not be listed here.

Applies To

FPCFilterProtocol