[ CCode ( has_construct_function = false ) ]
[ Version ( since = "2.40" ) ]
public MultipartInputStream (Message msg, InputStream base_stream)
Creates a new [class@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 [method@MultipartInputStream.next_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 |