FpcRedirectHTTPAsHTTPS Enumeration

The FpcRedirectHTTPAsHTTPS enumerated type contains values that specify whether the Forefront TMG Web proxy will redirect HTTP requests as HTTPS requests.

Syntax

typedef enum FpcRedirectHTTPAsHTTPS {
  fpcRedirectHTTPAsHTTPSDisabled
fpcRedirectHTTPAsHTTPSDisabled

Redirection is disabled.

		= 0,
  fpcRedirectHTTPAsHTTPSIfAuthenticated
fpcRedirectHTTPAsHTTPSIfAuthenticated

The Web proxy will redirect HTTP requests as HTTPS requests only if authentication is required.

   = 1,
  fpcRedirectHTTPAsHTTPSAlways
fpcRedirectHTTPAsHTTPSAlways

The Web proxy will redirect all HTTP requests as HTTPS requests.

			= 2
} FpcRedirectHTTPAsHTTPS;

Constants

fpcRedirectHTTPAsHTTPSDisabled

Redirection is disabled.

fpcRedirectHTTPAsHTTPSIfAuthenticated

The Web proxy will redirect HTTP requests as HTTPS requests only if authentication is required.

fpcRedirectHTTPAsHTTPSAlways

The Web proxy will redirect all HTTP requests as HTTPS requests.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.