Click or drag to resize
CallbackBodyType Enumeration
Callback body's format type. The OSS will issue a post request to the callback url with the data specified in the request's callbackbody header.

OSS does not validate the data sent to callback url.

Namespace: Aliyun.OSS.Util
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public enum CallbackBodyType
Members
  Member nameValueDescription
Url0 Url encoded.
Json1 Json encoded
See Also