DSoft.Portable.WebClient.Grpc.Encryption.Tools 4.1.2411.191

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package DSoft.Portable.WebClient.Grpc.Encryption.Tools --version 4.1.2411.191                
NuGet\Install-Package DSoft.Portable.WebClient.Grpc.Encryption.Tools -Version 4.1.2411.191                
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="DSoft.Portable.WebClient.Grpc.Encryption.Tools" Version="4.1.2411.191">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DSoft.Portable.WebClient.Grpc.Encryption.Tools --version 4.1.2411.191                
#r "nuget: DSoft.Portable.WebClient.Grpc.Encryption.Tools, 4.1.2411.191"                
#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 DSoft.Portable.WebClient.Grpc.Encryption.Tools as a Cake Addin
#addin nuget:?package=DSoft.Portable.WebClient.Grpc.Encryption.Tools&version=4.1.2411.191

// Install DSoft.Portable.WebClient.Grpc.Encryption.Tools as a Cake Tool
#tool nuget:?package=DSoft.Portable.WebClient.Grpc.Encryption.Tools&version=4.1.2411.191                

Portable Web Client

Cross platform web client framework for calling ASP.NET Core RESTful Web Apis and gRPC services

Functionality

The libary provides low level, bootstrapped base classes to simplify the building of client libraries for use with ASP.NET Core Web Apis and now gRPC services too.

  • Base web service client classes for RESTful Web APIs and gRPC service clients
    • Core Web Client functionality
    • Stores Url
    • Can check for connectivity
    • Stores Default Timeout
    • Supports gRPC fpr Web
  • Base service client classes for both RESTFul and Grpc services
    • Handles RestClient and Grpc channel management functionality
    • Helper methods for Get and Post method calls
    • Simplifies calls to the services
  • Base request and response classes
  • Generic methods and extensions for calling RESTful Web APIs
  • Secure request and response classes using a SecurePayload
  • Integrated encryption, with abiltiy provide override with custom implementations.
    • Uses 256-bit AES encryption by default

V3.x and v3.1 breaking changes

With the move to v3 some of the classes have been renamed and moved into different packages, such as ServiceClientBase which now exists in DSoft.Portable.WebClient.Rest and is now named RestServiceClientBase.

Encryption changes

v3.0 only!
You know have to set an InitVector key of your own on EncryptionProviderFactory before encrption and decryption will function.

v3.1 and Above
In v3.1 and above the InitVector key is passed explicilty to the IEncryptionProvider implementation when returned by EncryptionProviderFactory.Build. This allows for calls to multiple services using multiple IVs. Check out the test harness for an example.

Build status

Build Status

Packages

Platform/Feature Package name Stable Beta
Core DSoft.Portable.WebClient.Core NuGet NuGet
Encryption DSoft.Portable.WebClient.Encryption NuGet NuGet
Grpc DSoft.Portable.WebClient.Grpc NuGet NuGet
Grpc Encryption DSoft.Portable.WebClient.Grpc.Encryption NuGet NuGet
Grpc Encryption Build Tools DSoft.Portable.WebClient.Grpc.Encryption.Tools NuGet NuGet
Rest DSoft.Portable.WebClient.Rest NuGet NuGet
Rest Encryption DSoft.Portable.WebClient.Rest.Encryption NuGet NuGet
Rest Extensions DSoft.Portable.WebClient.Rest.Extensions NuGet NuGet
EF Core Security Entities DSoft.Portable.Server.Security.Core NuGet NuGet
EF Core Secure Database contexts DSoft.Portable.EntityFrameworkCore.Security NuGet NuGet

Version History (from 4.0)

  • Version 4.1.0
    • Updtated to the latest packages
  • Version 4.0.0
    • Added support for .NET 8.0
    • Removed EF Core libraries
    • Updated to last RestSharp
    • Improved support for Dependency Injecting GrpcClientOptions
    • Added custom HttpHandler to GrpcClientOptions
    • Cleaned up GrpcChannelManager code and add support for the custom HttpHandler in GrpcClientOptions
      • This works great for Testing you Grpc Services with WebApplicationFactory
    • Updated AesEncryptionProvider to use Aes.Create
    • Added Unit Test sample
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • 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
5.0.2501.281-prerelease 1 1/29/2025
5.0.2501.272-prerelease 47 1/27/2025
4.1.2411.191 113 11/19/2024
4.1.2405.21 110 5/2/2024
4.0.2312.111 268 12/12/2023
4.0.2312.71 231 12/7/2023
3.2.2302.221 388 2/22/2023
3.1.2204.241 845 4/24/2022
3.1.2204.221 488 4/22/2022
3.1.2204.51 495 4/5/2022
3.1.2112.232 344 12/23/2021
3.1.2112.231 323 12/23/2021
3.0.2112.72-prereleaae 368 12/7/2021
3.0.2109.261-prereleaae 273 9/26/2021
3.0.2108.201 512 8/21/2021
3.0.2108.62-prerelease 208 8/6/2021
3.0.2108.61-prerelease 256 8/6/2021
3.0.2108.21-prerelease 236 8/2/2021
3.0.2107.201-prerelease 264 7/20/2021
3.0.2107.64-prerelease 344 7/6/2021
3.0.2107.63-prerelease 282 7/6/2021
3.0.2107.61-prerelease 241 7/6/2021
3.0.2107.51-prerelease 265 7/5/2021
3.0.2107.42-prerelease 339 7/4/2021
3.0.2107.41-prerelease 349 7/4/2021

v3.1 - Release