Microsoft Internet Security and Acceleration Server 2000 |
The FwxEstablishedConnectionEvent structure contains parameters for the fwx_EstablishedConnection event.
This event provides notification of connections established for IFWXSession::AllowFutureConnect, IFWXSession::BindForClient, and IFWXSession::RedirectConnections methods. When a connection is made as a result of a call to one of these three methods, the Firewall service creates this event.
It is impossible to register for this event. This event is sent only to the filter that called one of the previous methods and passed its interface.
typedef struct{ INT Protocol; [ref] LPSOCKADDR Address; DWORD AddressLength; IFWXConnection *piConnection; UserContextType UserContext; } FwxEstablishedConnectionEvent;
Value | Description |
---|---|
FWX_PROTOCOL_TCP | The connection will use the TCP protocol. |
FWX_PROTOCOL_UDP | The connection will use the UDP protocol. |
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Wspfwext.idl.