Class: matlab.net.http.HeaderField
Package: matlab.net.http
Display supported HeaderField subclasses
matlab.net.http.HeaderField.displaySubclasses
displays
all subclasses of the HeaderField
class in the matlab.net.http.field
package and the names of the header fields
they support. Use these subclasses to construct common
header fields.
[
returns
the subclass names in fields
,names
] = matlab.net.http.HeaderField.displaySubclassesfields
as
an array of strings. The method returns the header field names that
the subclasses support in names
,
a cell array of string vectors that the subclasses support. names{i}
contains
the names supported by fields(i)
. If fields(i)
has
no constraints on supported names, then names{i}
is
empty.
Sealed | true |
Static | true |