Microsoft Internet Security and Acceleration Server 2004 SDK

FpcSessionMonitorEvent

The FpcSessionMonitorEvent enumerated type contains values that specify events generated by monitored sessions.

typedef enum FpcSessionMonitorEvent
{
  fpcSessionFound
fpcSessionFound
A session was found.
 = 0,
  fpcSessionAllFound
fpcSessionAllFound
All sessions were found.
 = 1,
  fpcSessionCreated
fpcSessionCreated
A session was created.
 = 2,
  fpcSessionDisconnected
fpcSessionDisconnected
A session was disconnected.
 = 3,
  fpcSessionDisconnectedAll
fpcSessionDisconnectedAll
All sessions were disconnected.
 = 4,
  fpcSessionNetworkChanged
fpcSessionNetworkChanged
A client IP was moved to a different network. This occurs when a session moves from a quarantined VPN network to a VPN network that is not quarantined.
 = 5,
  fpcSessionConnectionRestored
fpcSessionConnectionRestored
A session connection was restored.
 = 6,
  fpcSessionFilteredOut
fpcSessionFilteredOut
A session was filtered out.
 = 7

} FpcSessionMonitorEvent;

Constants

fpcSessionFound
A session was found.
fpcSessionAllFound
All sessions were found.
fpcSessionCreated
A session was created.
fpcSessionDisconnected
A session was disconnected.
fpcSessionDisconnectedAll
All sessions were disconnected.
fpcSessionNetworkChanged
A client IP was moved to a different network. This occurs when a session moves from a quarantined VPN network to a VPN network that is not quarantined.
fpcSessionConnectionRestored
A session connection was restored.
fpcSessionFilteredOut
A session was filtered out.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types