Microsoft Internet Security and Acceleration Server 2000

IFWXNetworkSocket::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, described in MSDN.

Remarks

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