Microsoft Internet Security and Acceleration Server 2004 SDK

FPCProtocolConnection

The FPCProtocolConnection object represents a single connection in a single Microsoft Firewall service protocol. This object is typically an element of an FPCProtocolConnections collection.

Click here to see the ISA Server object hierarchy.

Methods

The FPCProtocolConnection object defines the following methods.

Method Description
Refresh Reads all the properties of the object from persistent storage, discarding any changes that were not saved.
SetICMP Sets all of the parameters of an ICMP connection.
SetTCP Sets all of the parameters of a TCP connection.
SetUDP Sets all of the parameters of a UDP connection.

Properties

The FPCProtocolConnection object has the following properties.

Property Description
ICMPCode Gets the ICMP code for the connection.
ICMPType Gets the ICMP type for the connection.
PortHigh Gets a port number designating the high end of the range.
PortLow Gets a port number designating the low end of the range.
Protocol Gets a value from the FpcConnectionProtocolType enumerated type that specifies the communication protocol used in the connection.
RawDirection Gets a value from the FpcUDPConnectionDirectionType enumerated type that specifies the direction in which a raw connection can be opened.
TCPDirection Gets a value from the FpcConnectionDirectionType enumerated type that specifies the direction in which a TCP connection can be opened.
UDPDirection Gets a value from the FpcUDPConnectionDirectionType enumerated type that specifies the direction in which a UDP connection can be opened.

Remarks

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