Soenneker.Communication.Sms.Client 4.0.1719

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Communication.Sms.Client --version 4.0.1719
                    
NuGet\Install-Package Soenneker.Communication.Sms.Client -Version 4.0.1719
                    
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="Soenneker.Communication.Sms.Client" Version="4.0.1719" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Communication.Sms.Client" Version="4.0.1719" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Communication.Sms.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 Soenneker.Communication.Sms.Client --version 4.0.1719
                    
#r "nuget: Soenneker.Communication.Sms.Client, 4.0.1719"
                    
#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 Soenneker.Communication.Sms.Client@4.0.1719
                    
#: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=Soenneker.Communication.Sms.Client&version=4.0.1719
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Communication.Sms.Client&version=4.0.1719
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

Soenneker.Communication.Sms.Client

An async thread-safe singleton for the Azure Communication Services SMS client.

Install

dotnet add package Soenneker.Communication.Sms.Client

Quick start

using Soenneker.Communication.Sms.Client.Registrars;
using Microsoft.Extensions.DependencyInjection;

var services = new ServiceCollection();
var result = services.AddSmsClientUtilAsSingleton();

Adds ISmsClientUtil as a singleton service.

What you get

  • ISmsClientUtil — An async thread-safe singleton for the Azure Communication Services SMS client.
  • SmsClientUtilRegistrar — An async thread-safe singleton for the Azure Communication Services SMS client.

API at a glance

API What it does Result / important behavior
SmsClientUtilRegistrar.AddSmsClientUtilAsSingleton(services) Adds ISmsClientUtil as a singleton service. The same service collection, so additional registrations can be chained.
SmsClientUtilRegistrar.AddSmsClientUtilAsScoped(services) Adds ISmsClientUtil as a scoped service. The same service collection, so additional registrations can be chained.

Practical notes

  • Reuse the registered client instead of constructing one per operation.
  • Calls that return a cached or singleton value reuse the same instance until the owning service is disposed.
  • Dispose instances you own when their scope ends so held resources can be released.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  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 (1)

Showing the top 1 NuGet packages that depend on Soenneker.Communication.Sms.Client:

Package Downloads
Soenneker.Communication.Sms.Util

A utility library for Azure Communication Services SMS operations

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.1738 0 9/5/2026
4.0.1737 36 9/4/2026
4.0.1736 38 9/4/2026
4.0.1735 44 9/4/2026
4.0.1733 48 9/4/2026
4.0.1732 42 9/3/2026
4.0.1731 109 8/31/2026
4.0.1730 87 8/31/2026
4.0.1729 79 8/31/2026
4.0.1728 88 8/31/2026
4.0.1727 93 8/31/2026
4.0.1726 93 8/31/2026
4.0.1725 94 8/30/2026
4.0.1724 83 8/30/2026
4.0.1723 93 8/30/2026
4.0.1722 95 8/30/2026
4.0.1721 85 8/30/2026
4.0.1720 83 8/30/2026
4.0.1719 107 8/29/2026
4.0.1718 83 8/29/2026
Loading failed

Update dependency Soenneker.Extensions.Configuration to 4.0.863 (#2249)