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

GetBucketDomainRequest() public method

public GetBucketDomainRequest ( string bucket ) : COSXML.Common
bucket string
return COSXML.Common
        public GetBucketDomainRequest(string bucket) : base(bucket)
        {
            this.method = CosRequestMethod.GET;
            this.queryParameters.Add("domain", null);
        }
    }
GetBucketDomainRequest