FpcSessionType Enumeration

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

Syntax

typedef enum FpcSessionType {
  fpcNoSessionType
fpcNoSessionType

No session type.

			= 0,
  fpcSecureNetSession
fpcSecureNetSession

A SecureNAT session.

		 = 1,
  fpcFirewallClientSession
fpcFirewallClientSession

A session with a Firewall client.

	= 2,
  fpcProxySession
fpcProxySession

An Forefront TMG Web proxy session.

			 = 3,
  fpcVpnRemoteAccessSession
fpcVpnRemoteAccessSession

A session with a remote VPN client.

   = 4,
  fpcVpnRemoteSiteSession
fpcVpnRemoteSiteSession

A session with a remote VPN site.

	 = 5
} FpcSessionType;

Constants

fpcNoSessionType

No session type.

fpcSecureNetSession

A SecureNAT session.

fpcFirewallClientSession

A session with a Firewall client.

fpcProxySession

An Forefront TMG Web proxy session.

fpcVpnRemoteAccessSession

A session with a remote VPN client.

fpcVpnRemoteSiteSession

A session with a remote VPN site.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.