Main Content

matlab.net.http.field.ContentLocationField Class

Namespace: 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.

Class Attributes

Sealed
true

For information on class attributes, see Class Attributes.

Properties

expand all

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

Attributes:

GetAccess
public
SetAccess
public

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

Attributes:

GetAccess
public
SetAccess
public
Dependent
true

Methods

expand all

Version History

Introduced in R2016b