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

result gio.async_result.AsyncResult

the #GAsyncResult passed to your callback

Return Value

Type: gio.input_stream.InputStream

a #GInputStream for reading the response body, or null on error.