Click or drag to resize
OssClientGetBucketCors Method
获取指定Bucket的CORS规则。

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntax
public IList<CORSRule> GetBucketCors(
	string bucketName
)

Parameters

bucketName
Type: SystemString

Return Value

Type: IListCORSRule

Implements

IOssGetBucketCors(String)
See Also