Dcp.Net.MQ.Rpc 1.0.2.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dcp.Net.MQ.Rpc --version 1.0.2.7
NuGet\Install-Package Dcp.Net.MQ.Rpc -Version 1.0.2.7
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="Dcp.Net.MQ.Rpc" Version="1.0.2.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dcp.Net.MQ.Rpc --version 1.0.2.7
#r "nuget: Dcp.Net.MQ.Rpc, 1.0.2.7"
#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 Dcp.Net.MQ.Rpc as a Cake Addin
#addin nuget:?package=Dcp.Net.MQ.Rpc&version=1.0.2.7

// Install Dcp.Net.MQ.Rpc as a Cake Tool
#tool nuget:?package=Dcp.Net.MQ.Rpc&version=1.0.2.7

RpcManager rpcManager = new RpcManager(_mqAddress, "demo测试131243");
               rpcManager.RegisterAssembly(typeof(Program).Assembly);
               rpcManager.StartServer();
               rpcManager.CreateClient();
               var rpcTestApi = DcpApiClientProxy.Create<IRpcTestApi>();

               while (Console.ReadLine()!="exit")
               {
                 var result=rpcTestApi.WriteLine("测试WriteLine方法=》" + DateTime.Now).Result;
                 Console.WriteLine("client"+result.data);
               }

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 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  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 (12)

Showing the top 5 NuGet packages that depend on Dcp.Net.MQ.Rpc:

Package Downloads
CDynamic.MiddleWare.Core

支持单用户排他登陆检测 集成app登陆逻辑支持库

Dcp.Net.MQ.RpcDefaultSdk

1.初始化代理配置(初始化一次) RpcProxyFactory.InitDefault(token); 2.通过代理工厂创建代理 var proxy= RpcProxyFactory.CreateProxy<IPrivilegeManageConstract>();

WXManagerPluginConstract

增加获取 native二维码支付 通过config接口注入权限验证配置 wx.config({ debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId: '', // 必填,公众号的唯一标识 timestamp: , // 必填,生成签名的时间戳 nonceStr: '', // 必填,生成签名的随机串 signature: '',// 必填,签名 jsApiList: [] // 必填,需要使用的JS接口列表 });

CEye.MiddleWare.Core

兼容老版本rpc创建方法 植入appsession与排他登陆验证

AliyunSmsPluginContract

阿里云短信,注册手机号

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4.9 472 7/18/2022
1.0.4.8 415 7/18/2022
1.0.4.7 390 7/18/2022
1.0.4.6 1,126 3/17/2022
1.0.4.5 724 3/16/2022
1.0.4.4 409 3/11/2022
1.0.4.3 1,580 10/14/2021
1.0.4.2 821 6/10/2021
1.0.4.1 344 6/10/2021
1.0.3.9 637 1/28/2021
1.0.3.8 334 1/28/2021
1.0.3.7 3,804 1/18/2021
1.0.3.6 1,439 1/18/2021
1.0.3.5 19,380 12/19/2019
1.0.3.4 5,035 10/17/2019
1.0.3.3 793 10/10/2019
1.0.3.2 746 10/9/2019
1.0.3.1 724 9/29/2019
1.0.2.9 734 9/29/2019
1.0.2.8 596 9/24/2019
1.0.2.7 958 9/5/2019
1.0.2.6 717 9/5/2019
1.0.2.4 3,696 6/28/2019
1.0.2.3 8,545 1/10/2019
1.0.2.2 1,039 1/10/2019
1.0.2.1 699 1/9/2019
1.0.1.9 1,681 11/20/2018
1.0.1.8 1,031 11/20/2018
1.0.1.7 2,534 11/5/2018
1.0.1.6 731 11/5/2018
1.0.1.4 1,570 10/26/2018
1.0.1.3 1,052 10/26/2018
1.0.1.2 747 10/26/2018
1.0.1.1 1,043 10/25/2018
1.0.0.9 1,090 10/24/2018
1.0.0.8 1,902 10/19/2018
1.0.0.6 1,410 10/18/2018
1.0.0.5 759 10/18/2018
1.0.0.3 1,622 10/17/2018
1.0.0.2 765 10/16/2018

实现插件级隔离调用,隔离颗粒度更细控制