Microsoft Internet Security and Acceleration Server 2004 SDK

FPCSessionsMonitorEntry

The FPCSessionsMonitorEntry object represents an entry in the session monitor for the Microsoft Firewall service sessions or the ISA Server Web proxy sessions.

The FPCSessionsMonitorEntry object is typically an element of an FPCSessionMonitor collection that represents a session monitor for Firewall service sessions or Web proxy sessions.

Click here to see the ISA Server object hierarchy.

Methods

This object has no methods.

Properties

The FPCSessionsMonitorEntry object has the following properties.

Property Description
Activation Gets a Date value that specifies the date and time in Coordinated Universal Time (UTC) when the session became active.
ClientComputer Gets the name of the client computer for the session.
ClientIP Gets the IP address of the client participating in the session.
ClientProcess Gets the name of the process in which the client is participating.
ClientUserName Gets the user name of the client account for the session.
Event Gets a value from the FpcSessionMonitorEvent enumeration that indicates the type of session event.
ServerName Gets the name of the server participating in the session.
SessionID Gets a string value that specifies the session ID.
SessionType Gets a value from the FpcSessionType enumeration that indicates the type of session.
SourceNetwork Sets the name of the source network for the session.
SourceNetworkType Sets a value from the FpcNetworkTypes enumeration that indicates the type of the source network for the session.

Remarks

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