FpcNetworkConnectionType enumeration

Applies to: desktop apps only

The FpcNetworkConnectionType enumerated type contains values that specify the type of connection to a network.

Syntax

typedef enum FpcNetworkConnectionType { 
  fpcAdapter            = 0,
  fpcVPNConnection      = 1,
  fpcDialupConnection   = 2,
  fpcVirtualConnection  = 3,
  fpcIPSecConnection    = 4
} FpcNetworkConnectionType;

Constants

  • fpcAdapter
    A connection through a network adapter.

  • fpcVPNConnection
    A site-to-site virtual private network (VPN) connection that uses the Layer Two Tunneling Protocol (L2TP) or Point-to-Point Tunneling Protocol (PPTP).

  • fpcDialupConnection
    A dial-up connection.

  • fpcVirtualConnection
    A virtual connection, such as that for the Local Host, VPN Clients, and Quarantined VPN Clients predefined networks. Only these predefined networks can have this value.

  • fpcIPSecConnection
    A site-to-site VPN connection that uses Internet Protocol security (IPsec).

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