Main Content

reusable

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

Indicate whether ContentProvider is reusable

Syntax

TF = reusable(provider)

Description

TF = reusable(provider) indicates whether ContentProvider is reusable. The method returns true if the ContentProvider can be reused for a new message, by accepting a subsequent call to the complete method. For more information on reusability, see the class description of ContentProvider. By default reusable returns false, but most concrete subclasses return true.

Input Arguments

expand all

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

Attributes

Accessprotected

Version History

Introduced in R2018a