show
Class: matlab.net.http.io.ContentProvider
Namespace: matlab.net.http.io
Display ContentProvider information
Syntax
show(provider)
show(provider,maxlength)
str = show(___)
Description
show(
displays information about the
provider and possibly its data.provider
)
Use this method for debugging. If the Body
property in a
RequestMessage
contains this provider, then MATLAB® calls show
. In this abstract class, show
returns the value of the string
method, but limits the output to
maxlength
characters.
show(
displays up to provider
,maxlength
)maxlength
characters of data. If the data is longer
than maxlength
, then show
displays a message
indicating the total length in characters.
returns the
information as a string.str
= show(___)
Input Arguments
Attributes
Access | public |
Version History
Introduced in R2018a