Click or drag to resize

ResponseHeaderOverrides Class

Response headers that can be rewritten during object download
Inheritance Hierarchy
SystemObject
  OBS.ModelResponseHeaderOverrides

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public class ResponseHeaderOverrides

The ResponseHeaderOverrides type exposes the following members.

Constructors
  NameDescription
Public methodResponseHeaderOverrides
Initializes a new instance of the ResponseHeaderOverrides class
Top
Properties
  NameDescription
Public propertyCacheControl
Rewrite the "Cache-Control" header in the response.
Public propertyContentDisposition
Rewrite the "Content-Disposition" header in the response.
Public propertyContentEncoding
Rewrite the "Content-Disposition" header in the response.
Public propertyContentLanguage
Rewrite the "Content-Language" header in the response.
Public propertyContentType
Rewrite the "Content-Type" header in the response.
Public propertyExpires
Rewrite the "Expires" header in the response.
Top
See Also