FpcFwForwardType Enumeration

The FpcFwForwardType enumerated type contains values that specify whether requests from Firewall clients and SecureNat clients that are not handled by the Forefront TMG Web proxy should be forwarded to the primary connection or to an upstream Forefront TMG computer.

Syntax

typedef enum FpcFwForwardType {
  fpcPrimaryConnection
fpcPrimaryConnection

Requests should be forwarded to the primary connection.

   = 0,
  fpcChaining
fpcChaining

Requests should be forwarded to an upstream Forefront TMG computer.

			= 1
} FpcFwForwardType;

Constants

fpcPrimaryConnection

Requests should be forwarded to the primary connection.

fpcChaining

Requests should be forwarded to an upstream Forefront TMG computer.

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.