ClientConfigurationEnalbeMD5Check Property |
是否开启MD5校验,默认开启
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic bool EnalbeMD5Check { get; set; }
Public Property EnalbeMD5Check As Boolean
Get
Set
public:
property bool EnalbeMD5Check {
bool get ();
void set (bool value);
}
member EnalbeMD5Check : bool with get, set
Property Value
Type:
Boolean
See Also