Microsoft Internet Security and Acceleration Server 2000 |
The FwxListenEvent structure contains parameters for the fwx_Listen event.
This is the result of the Firewall client calling the listen function, or an application filter calling the IFWXSession::BindForClient method.
typedef struct { LPSOCKADDR Address; DWORD AddressLength; IFWXConnection * piConnection; } FwxListenEvent;
There is no way for a filter to fail this request because client applications do not expect the listen function to fail. The place for a filter to deny inbound access is in the bind request or when a connection actually arrives. For example, in the fwx_AcceptedConnection event.
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Wspfwext.idl.