MultipartInputStream.this

Creates a new #SoupMultipartInputStream that wraps the #GInputStream obtained by sending the #SoupRequest. Reads should not be done directly through this object, use the input streams returned by soup_multipart_input_stream_next_part() or its async counterpart instead.

  1. this(SoupMultipartInputStream* soupMultipartInputStream, bool ownedRef)
  2. this(Message msg, InputStream baseStream)
    class MultipartInputStream
    this
    (,
    InputStream baseStream
    )

Parameters

msg Message

the #SoupMessage the response is related to.

baseStream InputStream

the #GInputStream returned by sending the request.

Return Value

a new #SoupMultipartInputStream

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

2.40