COSXML.Model.Bucket.GetBucketCORSRequest.GetBucketCORSRequest C# (CSharp) Method

GetBucketCORSRequest() public method

public GetBucketCORSRequest ( string bucket ) : System
bucket string
return System
        public GetBucketCORSRequest(string bucket)
            : base(bucket)
        {
            this.method = CosRequestMethod.GET;
            this.queryParameters.Add("cors", null);
        }
    }
GetBucketCORSRequest