ClientConfigurationIsCname Property |
获取或设置请求的Endpoint是否是cname
如果是cname,不支持ListBuckets操作
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic bool IsCname { get; set; }
Public Property IsCname As Boolean
Get
Set
public:
property bool IsCname {
bool get ();
void set (bool value);
}
member IsCname : bool with get, set
Property Value
Type:
Boolean
See Also