ClientConfigurationIsCname Property |
If the endpoint is the CName.
If it's CName, ListBuckets is not supported.
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public 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:
BooleanSee Also