The FpcSessionType enumerated type contains values that specify the session type, as used in the SessionType property.
typedef enum FpcSessionType { fpcNoSessionType
No session type.
= 0, fpcSecureNetSession
A SecureNAT session.
= 1, fpcFirewallClientSession
A session with a Firewall client.
= 2, fpcProxySession
An Forefront TMG Web proxy session.
= 3, fpcVpnRemoteAccessSession
A session with a remote VPN client.
= 4, fpcVpnRemoteSiteSession
A session with a remote VPN site.
= 5 } FpcSessionType;
No session type.
A SecureNAT session.
A session with a Firewall client.
An Forefront TMG Web proxy session.
A session with a remote VPN client.
A session with a remote VPN site.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.