Microsoft Internet Security and Acceleration Server 2004 SDK

FPCConnectivityResult

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 typically an element of an FPCConnectivityResults collection.

Click here to see the ISA Server object hierarchy.

Methods

This object has no 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.
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.

Remarks

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