腾讯云 .NET SDK 发布仓库
当前仓库内提供的 SDK 有:
- COSXML.Dll- 腾讯云COS XML
我们提供了完整的示例工程,您可以下载体验,也可以参考代码进行编写。如果想要查看,可以点击 这里 。
-
SDK 包含的 DLL 库文件如下
COSXML.dll
Newtonsoft.Json.dll
-
DLL 引用方式安装
从此处 获取 SDK 开发包,获取其中的DLL文件,导入工程中.
-
项目引入方式安装
从此处 获取源码,将其作为项目导入.
-
Nuget 引用方法安装
在 Nuget 包管理器中搜索 Tencent.QCloud.Cos.Sdk, 找到 Tencent.QCloud.Cos.Sdk 并点击安装.
如果您想要查看每个 API, SDK 是如何调用的,请参考各个产品的开发文档:
腾讯云 .NET SDK 通过 MIT
License 发布。
Copyright (c) 2018 腾讯云
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.