Microsoft Internet Security and Acceleration Server 2000

FPCFirewallChaining.ForwardType Property

Gets or sets the how requests are chained, either forwarding requests to the primary connection, or forwarding requests to another firewall server.

VBScript Syntax[VBScript]

FPCFirewallChaining.ForwardType [ = ForwardType ] 

C++ Syntax[C++]

HRESULT get_ForwardType(
  FpcFwForwardType *pForwardType
);

HRESULT put_ForwardType(
  FpcFwForwardType ForwardType
);

Parameters

ForwardType
Type of forwarding. It can have a value from the FpcFwForwardType enumerated type.

The property is read-write.

Applies To

FPCFirewallChaining