COSXML.Model.Object.GetObjectACLRequest.GetObjectACLRequest C# (CSharp) Method

GetObjectACLRequest() public method

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