Message.addOnGotBody

Emitted after receiving the complete message body. (For a server-side message, this means it has received the request body. For a client-side message, this means it has received the response body and is nearly done with the message.)

See also soup_message_add_header_handler() and soup_message_add_status_code_handler(), which can be used to connect to a subset of emissions of this signal.

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

Meta