基本信息
源码名称:c#使用ZeroMQ源码
源码大小:1.89M
文件格式:.zip
开发语言:C#
更新时间:2023-12-01
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
c#使用ZeroMQ源码
用c#语言使用ZeroMQ,包括完整的源码,完整的示例源码。

.
├── ZeroMQBundle
│   ├── bin
│   ├── libs
│   │   ├── CommandLineParser.1.9.3.19
│   │   │   ├── CommandLineParser.1.9.3.19.nupkg
│   │   │   ├── lib
│   │   │   │   ├── CommandLine.XML
│   │   │   │   └── CommandLine.dll
│   │   │   └── readme.txt
│   │   └── zmqV3.0
│   │       ├── clrzmq.dll
│   │       ├── clrzmq.pdb
│   │       ├── clrzmq.xml
│   │       └── libzmq.dll
│   └── src
│       ├── Pub
│       │   ├── Options.cs
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   └── AssemblyInfo.cs
│       │   ├── Pub.csproj
│       │   ├── PubSub_Pattern_1.bat
│       │   ├── PubSub_Pattern_2.bat
│       │   ├── PubSub_Pattern_3.bat
│       │   └── libzmq.dll
│       ├── Pull
│       │   ├── Options.cs
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   └── AssemblyInfo.cs
│       │   ├── Pull.csproj
│       │   └── libzmq.dll
│       ├── PullPushWorker
│       │   ├── Options.cs
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   └── AssemblyInfo.cs
│       │   ├── PullPushWorker.csproj
│       │   └── libzmq.dll
│       ├── Push
│       │   ├── Options.cs
│       │   ├── Pipeline_Pattern.bat
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   └── AssemblyInfo.cs
│       │   ├── Push.csproj
│       │   └── libzmq.dll
│       ├── Rep
│       │   ├── Options.cs
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   └── AssemblyInfo.cs
│       │   ├── Rep.csproj
│       │   ├── Rep.csproj.user
│       │   ├── ReqRep_Pattern_1.bat
│       │   ├── ReqRep_Pattern_2.bat
│       │   └── libzmq.dll
│       ├── Req
│       │   ├── Options.cs
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   └── AssemblyInfo.cs
│       │   ├── Req.csproj
│       │   └── libzmq.dll
│       ├── Sub
│       │   ├── Options.cs
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   └── AssemblyInfo.cs
│       │   ├── Sub.csproj
│       │   ├── Sub.csproj.user
│       │   └── libzmq.dll
│       ├── ZeroMqBundle.sln
│       └── ZeroMqBundle.suo
└── c#使用ZeroMQ源码_ZeroMQBundle_Source.zip

21 directories, 54 files