首次推送
This commit is contained in:
18
COSXML/Model/Bucket/GetBucketDomainRequest.cs
Normal file
18
COSXML/Model/Bucket/GetBucketDomainRequest.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using COSXML.Common;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace COSXML.Model.Bucket
|
||||
{
|
||||
public sealed class GetBucketDomainRequest :BucketRequest
|
||||
{
|
||||
public GetBucketDomainRequest(string bucket) : base(bucket)
|
||||
{
|
||||
this.method = CosRequestMethod.GET;
|
||||
this.queryParameters.Add("domain", null);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user