BobDust.Rpc.Sockets 0.9.3

dotnet add package BobDust.Rpc.Sockets --version 0.9.3
                    
NuGet\Install-Package BobDust.Rpc.Sockets -Version 0.9.3
                    
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="BobDust.Rpc.Sockets" Version="0.9.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BobDust.Rpc.Sockets" Version="0.9.3" />
                    
Directory.Packages.props
<PackageReference Include="BobDust.Rpc.Sockets" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BobDust.Rpc.Sockets --version 0.9.3
                    
#r "nuget: BobDust.Rpc.Sockets, 0.9.3"
                    
#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.
#:package BobDust.Rpc.Sockets@0.9.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BobDust.Rpc.Sockets&version=0.9.3
                    
Install as a Cake Addin
#tool nuget:?package=BobDust.Rpc.Sockets&version=0.9.3
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET Framework net481 is compatible. 
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
0.9.3 324 12/25/2023
0.9.2 238 12/8/2023
0.9.1 228 12/7/2023

Improvement on calling GetMethod in Server.