Main Content

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

AContentLocationFieldobject 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, seeClass Attributes.

Properties

expand all

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

Attributes:

GetAccess
public
SetAccess
public

URI, specified as amatlab.net.URIobject or a string acceptable to theURIconstructor.Valuemust not contain aFragmentproperty.

Attributes:

GetAccess
public
SetAccess
public
Dependent
true

Methods

expand all

See Also

Introduced in R2016b