Message.addOnNetwork

Emitted to indicate that some network-related event related to @msg has occurred. This essentially proxies the #GSocketClient::event signal, but only for events that occur while @msg "owns" the connection; if @msg is sent on an existing persistent connection, then this signal will not be emitted. (If you want to force the message to be sent on a new connection, set the %SOUP_MESSAGE_NEW_CONNECTION flag on it.)

See #GSocketClient::event for more information on what the different values of @event correspond to, and what @connection will be in each case.

class Message
gulong
addOnNetwork
(
void delegate
(
GSocketClientEvent
,
IOStream
,)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta

Since

2.38