Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXConnection::SetIpFilter

The SetIpFilter method sets the IP filter for the connection. Either sets a new IP filter if there had not been one or replaces the current IP filter with a new one.

HRESULT SetIpFilter(
  IFWXIpFilter* pIpFilter
);

Parameters

pIpFilter
[in] Pointer to the IFWXIpFilter interface. Setting this parameter equal to NULL will result in no IP address restrictions for this connection.

Remarks

This method should not be used for emulated connections.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

IFWXConnection, IFWXIpFilter