[ CCode ( has_construct_function = false ) ]
public MultipartInputStream (Message msg, InputStream base_stream)
Creates a new MultipartInputStream that wraps the [class@Gio.
InputStream] obtained by sending the [class@Message].
Reads should not be done directly through this object, use the input streams returned by [[email protected]_part] or its async counterpart instead.
msg |
the Message the response is related to. |
base_stream |
the InputStream returned by sending the request. |
a new MultipartInputStream |