| CallbackHeaderBuilder Class |
Namespace: Aliyun.OSS.Util
The CallbackHeaderBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| CallbackHeaderBuilder(String, String) |
构造函数
| |
| CallbackHeaderBuilder(String, String, String, CallbackBodyType) |
构造函数
|
| Name | Description | |
|---|---|---|
| Build |
构建上传回调请求头
| |
| 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 | |
|---|---|---|
| CallbackBody |
回调请求(OSS发给回调服务器的请求)的消息体,必选参数
| |
| CallbackBodyType |
回调请求(OSS发给回调服务器的请求)消息体的格式类型,可选参数,默认值CallbackBodyType的Url
| |
| CallbackHost |
回调请求(OSS发给回调服务器的请求)消息头Host的值,可选参数,默认值CallbackUrl | |
| CallbackUrl |
回调服务器地址,必选参数,如“http://callback.oss.demo.com:9000”
|