代码修改后的版本,全部提交
This commit is contained in:
14
COSXML/Network/RetryStrategy.cs
Normal file
14
COSXML/Network/RetryStrategy.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
/**
|
||||
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
|
||||
* 11/21/2018 2:51:13 PM
|
||||
* bradyxiao
|
||||
*/
|
||||
namespace COSXML.Network
|
||||
{
|
||||
public sealed class RetryStrategy
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user