FPCConnectivityResult
Internet Security and Acceleration Server 2004/2006 SDK
The FPCConnectivityResult object represents the results of the attempts of a connectivity verifier, which is represented by an FPCConnectivityVerifier object, to verify connectivity. A connectivity verifier checks the connectivity from an ISA Server computer to another computer, such as an external Web server.
This object is an element of an FPCConnectivityResults collection.
Click here to see the ISA Server object hierarchy.
Methods
The FPCConnectivityResult object does not define any methods.
Properties
The FPCConnectivityResult object has the following properties.
| Property | Description |
|---|---|
| DateCheckedFirst | Gets a Date value that specifies the date and time in Coordinated Universal Time (UTC) when connectivity was first checked. |
| DateCheckedLast | Gets a Date value that specifies the date and time in Coordinated Universal Time (UTC) when connectivity was last checked. |
| ErrorCode | Gets a value from the FpcConnectivityErrorCode enumerated type that specifies the last error code obtained in an attempt to verify connectivity. |
| HostHeader | Gets the Host header used for checking connectivity. (This property is introduced in ISA Server 2006.) |
| RequestType | Gets a value from the FpcRequestType enumerated type that specifies the type of request used for checking connectivity. |
| Result | Gets the amount of time for the last connectivity verification request to be sent and the reply to be received, in milliseconds. |
| ServerAddress | Gets the IP address of the remote server to which connectivity was checked. |
| TCPPort | Gets the TCP port on the remote server used for checking connectivity. |
Interfaces for C++ Programming
This object implements the IFPCConnectivityResult and IFPCConnectivityResult2 interfaces.
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. |