EasyRpcBinaryService 0.8.0.1-beta

This is a prerelease version of EasyRpcBinaryService.
dotnet add package EasyRpcBinaryService --version 0.8.0.1-beta
NuGet\Install-Package EasyRpcBinaryService -Version 0.8.0.1-beta
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="EasyRpcBinaryService" Version="0.8.0.1-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EasyRpcBinaryService --version 0.8.0.1-beta
#r "nuget: EasyRpcBinaryService, 0.8.0.1-beta"
#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 EasyRpcBinaryService as a Cake Addin
#addin nuget:?package=EasyRpcBinaryService&version=0.8.0.1-beta&prerelease

// Install EasyRpcBinaryService as a Cake Tool
#tool nuget:?package=EasyRpcBinaryService&version=0.8.0.1-beta&prerelease

This library blurs the distinction between calling local and remote methods. It's fast, efficient, and avoids limitations of SOAP-based protocols such as WCF.

Source code and documentation will be made available shortly.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.8.0.1-beta 999 4/3/2014
0.8.0-beta 919 3/31/2014

Added an option to specify HTTP request timeout for HttpTransport.