Listener

A listener is used by the client to accept an incoming channel from a service.

To create a listener, you specify the channel type as a WS_CHANNEL_TYPE enumeration value, the binding information, and the URL to listen on.

To start listening on the URL, call the WsOpenListener function.

To accept incoming communications, call WsAcceptChannel.

To cancel pending IO for a listener, call WsAbortListener.

For information on the state transitions for a listener, see the WS_LISTENER_STATE enumeration.

The following callbacks are part of the listener:

The following enumerations are part of the listener:

The following functions are part of the listener:

The following handle is part of the listener:

The following structures are part of the listener: