Main Content

start

Class: matlab.net.http.io.MultipartConsumer
Namespace: matlab.net.http.io

Start data transfer to MultipartConsumer

Syntax

bufsize = start(consumer)

Description

bufsize = start(consumer) prepares consumer for receipt of data. The method returns [] to indicate that it has no preferred buffer size. This method is an abstract method of start.

Input Arguments

expand all

Content consumer, specified as a matlab.net.http.io.MultipartConsumer object.

Attributes

Accessprotected

Version History

Introduced in R2018a

See Also