OssClientGetBucketCors Method |
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public IList<CORSRule> GetBucketCors(
string bucketName
)
Public Function GetBucketCors (
bucketName As String
) As IList(Of CORSRule)
public:
virtual IList<CORSRule^>^ GetBucketCors(
String^ bucketName
) sealed
abstract GetBucketCors :
bucketName : string -> IList<CORSRule>
override GetBucketCors :
bucketName : string -> IList<CORSRule>
Parameters
- bucketName
- Type: SystemString
bucket name
Return Value
Type:
IListCORSRuleCORS rules
Implements
IOssGetBucketCors(String)See Also