matlab.net.http.field.ContentLocationField class

Package: matlab.net.http.field
Superclasses: matlab.net.http.HeaderField, matlab.net.http.field.URIReferenceField

HTTP Content-Location header field

Description

A ContentLocationField object contains a uniform resource identifier (URI). A server inserts a Content-Location field in a response message.

Properties

expand all

Header field name, specified as 'Content-Location'.

URI, specified as a matlab.net.URI object or a string acceptable to the URI constructor. Value must not contain a Fragment property.

Methods

convert

Return Value of ContentLocationField as matlab.net.URI object

Attributes

Sealedtrue

See Also

More About

Introduced in R2016b

Was this topic helpful?