MultipartInputStream.nextPartAsync
void nextPartAsync(int ioPriority, gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null)Obtains a [gio.input_stream.InputStream] for the next request.
See [soup.multipart_input_stream.MultipartInputStream.nextPart] for details on the workflow.
Parameters
ioPriority | the I/O priority for the request. |
cancellable | a #GCancellable. |
callback | callback to call when request is satisfied. |