Symbol.Cloud.Client 3.3.0.42

There is a newer version of this package available.
See the version list below for details.
dotnet add package Symbol.Cloud.Client --version 3.3.0.42
NuGet\Install-Package Symbol.Cloud.Client -Version 3.3.0.42
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Symbol.Cloud.Client" Version="3.3.0.42" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Symbol.Cloud.Client --version 3.3.0.42
#r "nuget: Symbol.Cloud.Client, 3.3.0.42"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Symbol.Cloud.Client as a Cake Addin
#addin nuget:?package=Symbol.Cloud.Client&version=3.3.0.42

// Install Symbol.Cloud.Client as a Cake Tool
#tool nuget:?package=Symbol.Cloud.Client&version=3.3.0.42

客户端组件

请在最终运行项目配置api服务器参数,文件以 ".api.cloud.server.json"为结尾,并设置输出到目录
以下为参考配置:
[
   {
       //API域,如果以/my/开头时,这里就可以写为my
       "scope": "my",
       //主机地址,可以为IP或域名
       "host": "localhost",
       //端口
       "port": 10086,
       //授权码,不同的授权码对应的接口权限不同
       "authCode": "203AFBA5816078A7BAF822C04687B3D3",
       //启用,可以省略
       "enable": true,
       //权重,可以省略
       "weight": 0,
       //超时时间,单位:秒
       "timeout": 120,
       //读节点,可以省略
       "read": true,
       //写节点,可以省略
       "write": true,
       //SSL开头
       "ssl": false,
       //协议配置
       "protocol": {
           "data": {
               //数据格式
               "type": "json"
           },
           "encrypt": {
               //加密方式
               "type": "none"
           },
           "media": {
               //传输方式:original,base64,  hex,     custom
               //          原始流   BASE64  16进制   自定义
               "type": "original"
           }
       }
   }
]

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.4.0.5 158 8/3/2023
3.4.0.4 147 8/1/2023
3.4.0.3 147 5/6/2023
3.4.0.2 239 3/2/2023
3.3.0.44 408 7/29/2022
3.3.0.43 407 6/5/2022
3.3.0.42 509 6/4/2020
3.3.0.41 453 6/4/2020
3.3.0.39 463 6/4/2020
3.3.0.38 494 1/17/2020
3.3.0.37 477 12/20/2019
3.3.0.35 467 12/3/2019
3.3.0.34 551 8/4/2019
3.3.0.33 516 7/8/2019
3.3.0.32 503 7/5/2019
3.3.0.31 496 7/3/2019