Socket.addOnNewConnection

Emitted when a listening socket (set up with soup_socket_listen()) receives a new connection.

You must ref the @new if you want to keep it; otherwise it will be destroyed after the signal is emitted.

class Socket
gulong
addOnNewConnection
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta