Microsoft Internet Security and Acceleration Server 2000

IFWXNetworkSocket::SetIpFilter Method

Sets the IP filter for the socket. 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 socket.

See Also

IFWXIpFilter