FpcSessionType enumeration

Applies to: desktop apps only

The FpcSessionType enumerated type contains values that specify the session type, as used in the SessionType property.

Syntax

typedef enum FpcSessionType { 
  fpcNoSessionType           = 0,
  fpcSecureNetSession        = 1,
  fpcFirewallClientSession   = 2,
  fpcProxySession            = 3,
  fpcVpnRemoteAccessSession  = 4,
  fpcVpnRemoteSiteSession    = 5
} FpcSessionType;

Constants

  • fpcNoSessionType
    No session type.

  • fpcSecureNetSession
    A SecureNAT session.

  • fpcFirewallClientSession
    A session with a Forefront TMG Client or Firewall Client computer.

  • fpcProxySession
    An Forefront TMG Web proxy session.

  • fpcVpnRemoteAccessSession
    A session with a remote VPN client.

  • fpcVpnRemoteSiteSession
    A session with a remote VPN site.

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