Click or drag to resize
ResponseHeaderOverrides Class
包含了在发送OSS GET请求时可以重载的返回请求头。
Inheritance Hierarchy
SystemObject
  Aliyun.OpenServices.OpenStorageServiceResponseHeaderOverrides

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5492.31618
Syntax
public class ResponseHeaderOverrides

The ResponseHeaderOverrides type exposes the following members.

Constructors
  NameDescription
Public methodResponseHeaderOverrides
Initializes a new instance of the ResponseHeaderOverrides class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCacheControl
获取或设置返回重载的Cache-Control返回请求头。如果未指定,则返回null。
Public propertyContentDisposition
获取或设置返回重载的Content-Disposition返回请求头。如果未指定,则返回null。
Public propertyContentEncoding
获取或设置返回重载的Content-Encoding返回请求头。如果未指定,则返回null。
Public propertyContentLanguage
获取或设置返回重载的Content-Language返回请求头。如果未指定,则返回null。
Public propertyContentType
获取或设置重载的Content-Type返回请求头。如果未指定,则返回null。
Public propertyExpires
获取或设置返回重载的Expires返回请求头。如果未指定,则返回null。
Top
See Also