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.
<PackageVersion Include="EasyRpcBinaryService" Version="0.8.0.1-beta" />
<PackageReference Include="EasyRpcBinaryService" />
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 EasyRpcBinaryService --version 0.8.0.1-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
#addin nuget:?package=EasyRpcBinaryService&version=0.8.0.1-beta&prerelease
#tool nuget:?package=EasyRpcBinaryService&version=0.8.0.1-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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 | 1,143 | 4/3/2014 |
0.8.0-beta | 1,050 | 3/31/2014 |
Added an option to specify HTTP request timeout for HttpTransport.