The FpcPublishedServerType enumerated type contains values that specify how requests are to be forwarded to the published Web server.
typedef enum FpcPublishedServerType { fpcWebServerThruHTTP
Incoming HTTP and HTTPS requests are to be forwarded to the HTTP port on the published Web server using the HTTP protocol.
= 0, 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.
= 1, 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.
= 2, fpcFTPServer
Incoming FTP requests are to be forwarded to the FTP port on the published Web server using the FTP protocol.
= 3 } FpcPublishedServerType;
Incoming HTTP and HTTPS requests are to be forwarded to the HTTP port on the published Web server using the HTTP protocol.
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.
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.
Incoming FTP requests are to be forwarded to the FTP port on the published Web server using the FTP protocol.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.