| ResponseHeaderOverrides Class |
Namespace: Aliyun.OSS
The ResponseHeaderOverrides type exposes the following members.
| Name | Description | |
|---|---|---|
| ResponseHeaderOverrides | Initializes a new instance of the ResponseHeaderOverrides class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CacheControl |
获取或设置返回重载的Cache-Control返回请求头。如果未指定,则返回null。
| |
| ContentDisposition |
获取或设置返回重载的Content-Disposition返回请求头。如果未指定,则返回null。
| |
| ContentEncoding |
获取或设置返回重载的Content-Encoding返回请求头。如果未指定,则返回null。
| |
| ContentLanguage |
获取或设置返回重载的Content-Language返回请求头。如果未指定,则返回null。
| |
| ContentType |
获取或设置重载的Content-Type返回请求头。如果未指定,则返回null。
| |
| Expires |
获取或设置返回重载的Expires返回请求头。如果未指定,则返回null。
|