BobDust.Rpc.Sockets.Abstractions
0.9.3
dotnet add package BobDust.Rpc.Sockets.Abstractions --version 0.9.3
NuGet\Install-Package BobDust.Rpc.Sockets.Abstractions -Version 0.9.3
<PackageReference Include="BobDust.Rpc.Sockets.Abstractions" Version="0.9.3" />
<PackageVersion Include="BobDust.Rpc.Sockets.Abstractions" Version="0.9.3" />
<PackageReference Include="BobDust.Rpc.Sockets.Abstractions" />
paket add BobDust.Rpc.Sockets.Abstractions --version 0.9.3
#r "nuget: BobDust.Rpc.Sockets.Abstractions, 0.9.3"
#:package BobDust.Rpc.Sockets.Abstractions@0.9.3
#addin nuget:?package=BobDust.Rpc.Sockets.Abstractions&version=0.9.3
#tool nuget:?package=BobDust.Rpc.Sockets.Abstractions&version=0.9.3
README
Quick summary: RPC socket library and samples to use it.
Version: 0.9.3.
Refer to BobDust.Rpc.Sockets.HelloWorld and BobDust.Rpc.Sockets.ServerSample for the samples.
Dependencies: .NET 4.8.1, System.Reflection.Emit.
Please contact ceillingbob@gmail.com for any enqueries.
OOP is the bone of my framework
Principle is my body and pattern is my blood
I have created over a thousand codes
Unknown to Book, nor known to Library
Have a lot of pain troubleshooting issues
Yet, those hands will never write anything
So as I pray,
unlimited open source.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net481 is compatible. |
-
.NETFramework 4.8.1
- BobDust.Core (>= 0.9.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BobDust.Rpc.Sockets.Abstractions:
| Package | Downloads |
|---|---|
|
BobDust.Rpc.Sockets
BobDust libraries |
GitHub repositories
This package is not used by any popular GitHub repositories.
Improvement on calling GetMethod in Server.