FpcLogServiceType enumeration

Applies to: desktop apps only

The FpcLogServiceType enumerated type contains values that specify logged service types.

Syntax

typedef enum FpcLogServiceType { 
  fpcLogServiceUnknown        = 0,
  fpcLogServiceProxy          = 1,
  fpcLogServiceReverseProxy   = 2,
  fpcLogServiceExternalProxy  = 3
} FpcLogServiceType;

Constants

  • fpcLogServiceUnknown
    The log entry indicates that the service type is unknown.

  • fpcLogServiceProxy
    The logged service type is proxy.

  • fpcLogServiceReverseProxy
    The logged service type is reverse proxy.

  • fpcLogServiceExternalProxy
    The logged service type is external proxy.

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