MultipartInputStream.this
this
(void * ptr, Flag!"Take" take)No documentation available for this declaration.
this
(soup.message.Message msg, gio.input_stream.InputStream baseStream)Creates a new #SoupMultipartInputStream that wraps the [gio.input_stream.InputStream] obtained by sending the classMessage.
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