Session.sendFinish

Gets the response to a soup.session.Session.sendAsync call.

If successful returns a gio.input_stream.InputStream that can be used to read the response body.

Parameters

resultthe #GAsyncResult passed to your callback

Returns

a #GInputStream for reading the

response body, or null on error.

Throws