FpcPublishedServerType Enumeration

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

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010