Click or drag to resize
SetBucketCorsRequest Class
Inheritance Hierarchy
SystemObject
  Aliyun.OpenServices.OpenStorageServiceSetBucketCorsRequest

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5492.31618
Syntax
public class SetBucketCorsRequest

The SetBucketCorsRequest type exposes the following members.

Constructors
  NameDescription
Public methodSetBucketCorsRequest
Initializes a new instance of the SetBucketCorsRequest class
Top
Methods
  NameDescription
Public methodAddCORSRule
添加一条CORSRule。
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBucketName
获取OssObject所在Bucket的名称。
Public propertyCORSRules
CORS规则的容器,每个bucket最多允许10条规则。
Top
See Also