FPCLogEntry
Internet Security and Acceleration Server 2004/2006 SDK
The FPCLogEntry object represents a single entry retrieved from the applicable log in a query. This object is created as an element of an FPCLogContent collection during a query executed by the ExecuteQuery method of the collection.
An additional property that specifies the date and time in Coordinated Universal Time (UTC) when the log entry was added to this object in ISA Server Enterprise Edition.
Click here to see the ISA Server object hierarchy.
Methods
The FPCLogEntry object does not define any methods.
Properties
The FPCLogEntry object has the following properties.
| Property | Description |
|---|---|
| AuthenticationServer | Gets the name of the LDAP server or RADIUS server that was used for authentication. (This property is introduced in ISA Server 2006.) |
| 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 about 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. |
| GmtLogTime | Gets a Date value that specifies the date and time in Coordinated Universal Time (UTC) when the log entry was made (available only in Enterprise Edition). |
| Interface | Gets the interface. |
| LogTime | Gets a Date value that specifies the date and time 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 URL of the resource that supplied the requested URL to the client. |
| ResultCode | Gets the result code, such as a Windows, Windows Sockets (Winsock), or ISA Server 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. |
Interfaces for C++ Programming
This object implements the IFPCLogEntry, IFPCEELogEntry, and IFPCLogEntry2 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. |