Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXConnection::EmulateForBind

The EmulateForBind method emulates a bind for an incoming request.
HRESULT EmulateForBind();

Parameters

This method has no parameters.

Return Values

S_OK
The method succeeded.
FWX_E_TERMINATING
The object is shutting down.
FWX_E_ALREADY_EMULATED
The connection is already being emulated (cannot emulate the same connection twice).
FWX_E_BAD_CONTEXT
This method is only valid in the context of certain events. It cannot be used at other times.

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, EmulateConnection