MultipartInputStream.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.

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

msgthe #SoupMessage the response is related to.
baseStreamthe #GInputStream returned by sending the request.

Returns

a new #SoupMultipartInputStream