FPCProtocolConnection
Internet Security and Acceleration Server 2004/2006 SDK
The FPCProtocolConnection object represents a single connection in a single Microsoft Firewall service protocol. This object is 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. |
Interfaces for C++ Programming
This object implements the IFPCProtocolConnection interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |