MultipartInputStream.this
No documentation available for this declaration.
Creates a new #SoupMultipartInputStream that wraps the gio.input_stream.InputStream obtained by sending the soup.message.Message.
Reads should not be done directly through this object, use the input streams returned by soup.multipart_input_stream.MultipartInputStream.nextPart or its async counterpart instead.
Parameters
msg | the #SoupMessage the response is related to. |
baseStream | the #GInputStream returned by sending the request. |
Returns
a new #SoupMultipartInputStream