Microsoft Internet Security and Acceleration Server 2004 SDK

FpcSessionType

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

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 ISA Server 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 ISA Server Web proxy session.
fpcVpnRemoteAccessSession
A session with a remote VPN client.
fpcVpnRemoteSiteSession
A session with a remote VPN site.

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