Soenneker.Telnyx.ClientUtil
4.0.929
Prefix Reserved
dotnet add package Soenneker.Telnyx.ClientUtil --version 4.0.929
NuGet\Install-Package Soenneker.Telnyx.ClientUtil -Version 4.0.929
<PackageReference Include="Soenneker.Telnyx.ClientUtil" Version="4.0.929" />
<PackageVersion Include="Soenneker.Telnyx.ClientUtil" Version="4.0.929" />
<PackageReference Include="Soenneker.Telnyx.ClientUtil" />
paket add Soenneker.Telnyx.ClientUtil --version 4.0.929
#r "nuget: Soenneker.Telnyx.ClientUtil, 4.0.929"
#:package Soenneker.Telnyx.ClientUtil@4.0.929
#addin nuget:?package=Soenneker.Telnyx.ClientUtil&version=4.0.929
#tool nuget:?package=Soenneker.Telnyx.ClientUtil&version=4.0.929
Soenneker.Telnyx.ClientUtil
Provides a lazily initialized TelnyxOpenApiClient backed by the authenticated, cached Telnyx HttpClient.
Installation
dotnet add package Soenneker.Telnyx.ClientUtil
Configuration
{
"Telnyx": {
"Token": "KEY..."
}
}
Usage
using Soenneker.Telnyx.ClientUtil.Abstract;
using Soenneker.Telnyx.ClientUtil.Registrars;
using Soenneker.Telnyx.OpenApiClient;
using Soenneker.Telnyx.OpenApiClient.Models;
services.AddTelnyxClientUtilAsScoped();
TelnyxOpenApiClient client = await telnyxClientUtil.Get(cancellationToken);
ListMessagingProfilesResponse? response = await client.Messaging_profiles.GetAsync(
cancellationToken: cancellationToken);
The scoped registration uses a singleton HTTP provider. Disposing the scoped utility releases its generated client wrapper without removing the shared authenticated HttpClient; the HTTP provider disposes that client at application shutdown.
The generated client follows Telnyx's OpenAPI operation and schema names, including underscore-separated members such as Messaging_profiles.
| Product | Versions 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. |
-
net10.0
- Soenneker.Telnyx.Client (>= 4.0.607)
- Soenneker.Telnyx.OpenApiClient (>= 4.0.426)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Telnyx.ClientUtil:
| Package | Downloads |
|---|---|
|
Soenneker.Telnyx.Messaging
Send Telnyx SMS and MMS messages and retrieve messages by ID. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.929 | 0 | 9/17/2026 |
| 4.0.928 | 0 | 9/16/2026 |
| 4.0.927 | 0 | 9/16/2026 |
| 4.0.926 | 25 | 9/16/2026 |
| 4.0.925 | 43 | 9/16/2026 |
| 4.0.924 | 65 | 9/16/2026 |
| 4.0.923 | 63 | 9/16/2026 |
| 4.0.922 | 73 | 9/15/2026 |
| 4.0.921 | 93 | 9/15/2026 |
| 4.0.920 | 101 | 9/13/2026 |
| 4.0.919 | 71 | 9/13/2026 |
| 4.0.918 | 80 | 9/13/2026 |
| 4.0.917 | 95 | 9/13/2026 |
| 4.0.916 | 80 | 9/13/2026 |
| 4.0.915 | 93 | 9/12/2026 |
| 4.0.913 | 132 | 9/9/2026 |
| 4.0.912 | 108 | 9/9/2026 |
| 4.0.911 | 104 | 9/9/2026 |
| 4.0.910 | 115 | 9/9/2026 |
| 4.0.909 | 112 | 9/9/2026 |
Updated Soenneker.Telnyx.Client to 4.0.607