VOOZH about

URL: https://www.nuget.org/packages/Vorn.Caas.Client/

⇱ NuGet Gallery | Vorn.Caas.Client 9.1.2




Vorn.Caas.Client 9.1.2

dotnet add package Vorn.Caas.Client --version 9.1.2
 
 
NuGet\Install-Package Vorn.Caas.Client -Version 9.1.2
 
 
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="Vorn.Caas.Client" Version="9.1.2" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Vorn.Caas.Client" Version="9.1.2" />
 
Directory.Packages.props
<PackageReference Include="Vorn.Caas.Client" />
 
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 Vorn.Caas.Client --version 9.1.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Vorn.Caas.Client, 9.1.2"
 
 
#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 Vorn.Caas.Client@9.1.2
 
 
#: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=Vorn.Caas.Client&version=9.1.2
 
Install as a Cake Addin
#tool nuget:?package=Vorn.Caas.Client&version=9.1.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Vorn.Caas.Client

Client SDK for sending email and SMS via the Vorn CAAS (Content as a Service).

Prerequisites

  • .NET 8 SDK

Installation

Add the package or project reference:

dotnet add package Vorn.Caas.Client

Or reference the project in your solution.

Configuration

Use the Caas configuration section or AddCaasClient to provide BaseAddress, DefaultSender, and Timeout.

Usage

  • Register with builder.Services.AddCaasClient(...).
  • Inject IMessageClient and call SendEmailAsync, SendSmsAsync, or SendSmsCodeAsync. SendSmsAsync returns an SmsSendResult containing the provider-agnostic message identifier, pack ID, pricing, and metadata.
  • Use GetSmsDeliveryStateAsync to poll for delivery updates when required; it returns an SmsDeliveryState with recipient, delivery timestamps, status code, and provider metadata.

Development and testing

  • Target: .NET 8
  • Mock IMessageClient or HttpMessageHandler for unit tests; integration tests can run against a test CAAS API.

Contributing

Open issues and PRs against main. Follow the repository contribution guidelines.

License

See repository LICENSE file.

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
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
9.1.2 440 11/16/2025
9.1.1 322 11/15/2025
9.1.0 318 11/15/2025
9.0.2 414 11/10/2025
9.0.1 313 11/9/2025
9.0.0 352 11/5/2025
8.9.7 368 11/30/2025
8.9.6 356 11/30/2025
8.9.5 359 11/30/2025
8.9.4 247 11/29/2025
8.9.3 239 11/29/2025
8.9.2 280 11/23/2025
8.9.1 287 11/23/2025
8.9.0 360 11/9/2025
8.8.0 351 11/2/2025
8.7.1 346 10/29/2025
8.7.0 358 10/27/2025
8.6.2 331 10/27/2025
8.6.1 322 10/25/2025
8.6.0 298 10/25/2025
Loading failed