| CallbackHeaderBuilder Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Aliyun.OSS.Util
 Syntax
SyntaxThe CallbackHeaderBuilder type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CallbackHeaderBuilder(String, String) | 
            Creates a new instance of CallbackHeaderBuilder | 
|  | CallbackHeaderBuilder(String, String, String, CallbackBodyType) | 
            Creates a new instance of CallbackHeaderBuilder | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Build | 
            Builds the callback header.
             | 
|  | 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.) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CallbackBody | 
            Gets or sets the callback body.
             | 
|  | CallbackBodyType | 
            Gets or sets the callback body type.
             | 
|  | CallbackHost | 
            Gets or sets the callback host.By default it's CallbackUrl | 
|  | CallbackUrl | 
            Gets or sets the callback url such as “http://callback.oss.demo.com:9000”
             | 
 See Also
See Also