WeavingSocketclient 2.0.0.5

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package WeavingSocketclient --version 2.0.0.5
NuGet\Install-Package WeavingSocketclient -Version 2.0.0.5
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="WeavingSocketclient" Version="2.0.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WeavingSocketclient --version 2.0.0.5
#r "nuget: WeavingSocketclient, 2.0.0.5"
#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 WeavingSocketclient as a Cake Addin
#addin nuget:?package=WeavingSocketclient&version=2.0.0.5

// Install WeavingSocketclient as a Cake Tool
#tool nuget:?package=WeavingSocketclient&version=2.0.0.5

WeavingSocketclient的客户端类库QQ:20573886
P2Pclient p2p = new P2Pclient(false);
           p2p.receiveServerEvent += P2p_receiveServerEvent;
           p2p.timeoutevent += P2p_timeoutevent;
           bool b = p2p.start("127.0.0.1", 8989, false);
           MessageBox.Show(b.ToString() + ":" + p2p.Tokan);
           p2p.send(0x01, "你好啊!我很好的。");

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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 (1)

Showing the top 1 popular GitHub repositories that depend on WeavingSocketclient:

Repository Stars
dreamsfly900/weaving-socket
通用数据通讯构建,设计基于TCP通信的交互框架。是编写物联网,消息队列,websocket应用,移动通信应用,IM等完美的选择。可规范先后台交互处理,可支持,B/C,C/S,手机移动标准化的通信方式。达到后台业务一次编写,前台展示全线支持的目的。还可根据网络及负载情况分布式部署网管与服务。先已支持WIN10 IOT 设备与架构的数据传输支持。最新版本已支持WIN10 IOT (物联网)设备与架构的数据传输支持 QQ交流群17375149 联系QQ:20573886
Version Downloads Last updated