Microsoft Internet Security and Acceleration Server 2004 SDK

FilterDirection Property of IFPCWebFilter[C++]

FPCWebFilter.FilterDirection [Visual Basic]

[C++]

The FilterDirection property gets a value from the FpcFilterDirection enumerated type that specifies whether the Web filter operates in reverse proxy, forward proxy, or both modes.

HRESULT get_FilterDirection(
  FpcFilterDirection* pFilterDirection
);

Parameters

pFilterDirection
Pointer to a variable that on return receives a value from the FpcFilterDirection enumerated type that specifies whether the Web filter operates in reverse proxy, forward proxy, or both modes.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It is set when the object is created by a call to the Add method of the FPCWebFilters collection.

[Visual Basic]

The FilterDirection property gets a value from the FpcFilterDirection enumerated type that specifies whether the Web filter operates in reverse proxy, forward proxy, or both modes.

Property FilterDirection As FpcFilterDirection

Property Value

Value from the FpcFilterDirection enumerated type that specifies whether the Web filter operates in reverse proxy, forward proxy, or both modes.

Remarks

This property is read-only. It is set when the object is created by a call to the Add method of the FPCWebFilters collection.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCWebFilter