Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXNetworkSocket::Listen

The Listen method listens on a TCP socket.

HRESULT Listen(
  INT Backlog
);

Parameters

Backlog
[in] Maximum length of the queue of pending connections. This is the same as the backlog parameter of the Winsock listen function.

Return Values

This method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

The Listen method indicates to the network that you are willing to accept connections to the port for which you have a bind.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

IFWXNetworkSocket