Main Content

start

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

Start data transfer from MultipartProvider

Syntax

start(provider)

Description

start(provider) starts the transfer of the data from this provider. This method is an abstract method of start. MATLAB® calls this method, which resets the provider so that the next call to getData starts the first delegate.

Input Arguments

expand all

Content provider, specified as a matlab.net.http.io.MultipartProvider object.

Attributes

Accessprotected

Version History

Introduced in R2018a

See Also

|