Microsoft Internet Security and Acceleration Server 2004 SDK

FPCLogEntry

The FPCLogEntry object represents a single entry in a log. This object is created as an element of an FPCLogContent collection.

Click here to see the ISA Server object hierarchy.

Methods

This object has no methods.

Properties

The FPCLogEntry object has the following properties.

Property Description
Bidirectional Gets a value from the FpcBidirectional enumerated type that indicates whether the connection was bidirectional.
BytesReceived Gets the number of bytes sent from the external computer and received by the client during the current connection.
BytesSent Gets the number of bytes sent from the internal client to the external server during the current connection.
CacheInfo Gets the cache status of the object, which indicates why the object was or was not cached.
ClientAgent Gets the client application type sent by the client in the Hypertext Transfer Protocol (HTTP) header.
ClientAuthenticate Gets a value from the FpcClientAuthenticatedValues enumerated type that indicates whether the client was authenticated to the ISA Server computer.
ClientIP Gets the requesting client IP address.
ClientUserName Gets the requesting client user name.
DestHost Gets the destination host name.
DestHostIP Gets the destination host IP address.
DestHostPort Gets the destination host port.
DestinationNetwork Gets the destination network.
DestinationProxy Gets the destination proxy.
ErrorInfo Gets a bitmask that contains additional information on the request that can help identify the source of the error if an error occurred.
FilterInformation Gets the filter information.
FWAction Gets a value from the FpcAction enumerated type that specifies the action performed by the Microsoft Firewall service.
Interface Gets the interface.
LogTime Gets a Date value that specifies the date and time in Coordinated Universal Time (UTC) when the log entry was made.
LogType Gets a value from the FpcLoggingComponents enumerated type that specifies the logging component that created the log entry.
MimeType Gets the Multipurpose Internet Mail Extensions (MIME) type.
ObjectSource Gets a value from the FpcProxyObjSources enumerated type that specifies the source of the proxy object.
Operation Gets the application method used.
OriginalClientIP Gets the original client IP address.
ProcessingTime Gets the processing time for the request, in milliseconds.
Protocol Gets the application protocol used for the connection.
RawIPHeader Gets the raw IP header.
RawPayload Gets the raw payload.
ReferredServer Gets the name of the downstream server that sent the request.
ResultCode Gets the result code, such as a Windows or Winsock error code, or an HTTP status code.
Rule Gets the rule.
ServerName Gets the name of the ISA Server computer that handled the request.
Service Gets a value from the FpcLogServiceType enumerated type that specifies the logged service type.
SourceHost Gets the source host.
SourceNetwork Gets the source network.
SourceProxy Gets the source proxy.
SrcPort Gets the source port.
Transport Gets the transport protocol used for the connection.
URL Gets the URL.

Remarks

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