Microsoft Internet Security and Acceleration Server 2000

IFWXConnection::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.

See Also

IFWXIpFilter