FpcSessionMonitorEvent enumeration

Applies to: desktop apps only

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

Syntax

typedef enum FpcSessionMonitorEvent { 
  fpcSessionFound               = 0,
  fpcSessionAllFound            = 1,
  fpcSessionCreated             = 2,
  fpcSessionDisconnected        = 3,
  fpcSessionDisconnectedAll     = 4,
  fpcSessionNetworkChanged      = 5,
  fpcSessionConnectionRestored  = 6,
  fpcSessionFilteredOut         = 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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010