The FpcRedirectHTTPAsHTTPS enumerated type contains values that specify whether the Forefront TMG Web proxy will redirect HTTP requests as HTTPS requests.
typedef enum FpcRedirectHTTPAsHTTPS { fpcRedirectHTTPAsHTTPSDisabled
Redirection is disabled.
= 0, fpcRedirectHTTPAsHTTPSIfAuthenticated
The Web proxy will redirect HTTP requests as HTTPS requests only if authentication is required.
= 1, fpcRedirectHTTPAsHTTPSAlways
The Web proxy will redirect all HTTP requests as HTTPS requests.
= 2 } FpcRedirectHTTPAsHTTPS;
Redirection is disabled.
The Web proxy will redirect HTTP requests as HTTPS requests only if authentication is required.
The Web proxy will redirect all HTTP requests as HTTPS requests.
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.