CallbackHeaderBuilderCallbackBody Property |
回调请求(OSS发给回调服务器的请求)的消息体,必选参数
Namespace: Aliyun.OSS.UtilAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic string CallbackBody { get; set; }
Public Property CallbackBody As String
Get
Set
public:
property String^ CallbackBody {
String^ get ();
void set (String^ value);
}
member CallbackBody : string with get, set
Property Value
Type:
String
See Also