Click or drag to resize
CallbackHeaderBuilder Class
The callback header's builder
Inheritance Hierarchy
SystemObject
  Aliyun.OSS.UtilCallbackHeaderBuilder

Namespace: Aliyun.OSS.Util
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public class CallbackHeaderBuilder

The CallbackHeaderBuilder type exposes the following members.

Constructors
  NameDescription
Public methodCallbackHeaderBuilder(String, String)
Creates a new instance of CallbackHeaderBuilder
Public methodCallbackHeaderBuilder(String, String, String, CallbackBodyType)
Creates a new instance of CallbackHeaderBuilder
Top
Methods
  NameDescription
Public methodBuild
Builds the callback header.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCallbackBody
Gets or sets the callback body.
Public propertyCallbackBodyType
Gets or sets the callback body type.
Public propertyCallbackHost
Gets or sets the callback host.By default it's CallbackUrl
Public propertyCallbackUrl
Gets or sets the callback url such as “http://callback.oss.demo.com:9000”
Top
See Also