次の方法で共有


FpcPublishedServerType enumeration

Applies to: desktop apps only

The FpcPublishedServerType enumerated type contains values that specify how requests are to be forwarded to the published Web server.

Syntax

typedef enum FpcPublishedServerType { 
  fpcWebServerThruHTTP            = 0,
  fpcWebServerThruSSL             = 1,
  fpcWebServerThruBothHTTPAndSSL  = 2,
  fpcFTPServer                    = 3
} FpcPublishedServerType;

Constants

  • fpcWebServerThruHTTP
    Incoming HTTP and HTTPS requests are to be forwarded to the HTTP port on the published Web server using the HTTP protocol.

  • fpcWebServerThruSSL
    Incoming HTTP and HTTPS requests are to be forwarded over a secure channel to the SSL port on the published Web server using the HTTPS protocol.

  • fpcWebServerThruBothHTTPAndSSL
    Incoming HTTP requests are to be forwarded to the HTTP port on the published Web server using the HTTP protocol, and HTTPS requests are to be forwarded over a secure channel to the SSL port on the published Web server using the HTTPS protocol.

  • fpcFTPServer
    Incoming FTP requests are to be forwarded to the FTP port on the published Web server using the FTP protocol.

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