Message.addOnWroteBody

Emitted immediately after writing the complete body for a message. (For a client-side message, this means that libsoup is done writing and is now waiting for the response from the server. For a server-side message, this means that libsoup has finished writing the response and is nearly done with the message.)

class Message
gulong
addOnWroteBody
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta