IFPCFirewallChaining::ForwardType property

Applies to: desktop apps only

The ForwardType property gets or sets a value from the FpcFwForwardType enumerated type that specifies whether requests are forwarded to the primary connection or to an upstream Forefront TMG computer.

This property is read/write.

Syntax

HRESULT put_ForwardType(
  FpcFwForwardType ForwardType
);

HRESULT get_ForwardType(
  FpcFwForwardType *pForwardType
);
Property ForwardType( _
  ByVal ForwardType As FpcFwForwardType, _
  ByVal pForwardType As FpcFwForwardType _
)

Property value

Value from the FpcFwForwardType enumerated type that specifies whether requests are forwarded to the primary connection or to an upstream Forefront TMG computer.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is fpcPrimaryConnection, which indicates that requests should be forwarded to the primary connection.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCFirewallChaining

 

 

Build date: 7/12/2010