Soenneker.Resend.ClientUtil
4.0.335
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Resend.ClientUtil --version 4.0.335
NuGet\Install-Package Soenneker.Resend.ClientUtil -Version 4.0.335
<PackageReference Include="Soenneker.Resend.ClientUtil" Version="4.0.335" />
<PackageVersion Include="Soenneker.Resend.ClientUtil" Version="4.0.335" />
<PackageReference Include="Soenneker.Resend.ClientUtil" />
paket add Soenneker.Resend.ClientUtil --version 4.0.335
#r "nuget: Soenneker.Resend.ClientUtil, 4.0.335"
#:package Soenneker.Resend.ClientUtil@4.0.335
#addin nuget:?package=Soenneker.Resend.ClientUtil&version=4.0.335
#tool nuget:?package=Soenneker.Resend.ClientUtil&version=4.0.335
Soenneker.Resend.ClientUtil
Provides a lazily initialized Resend client for email, domains, contacts, audiences, broadcasts, templates, topics, events, logs, webhooks, and API keys.
Installation
dotnet add package Soenneker.Resend.ClientUtil
Configuration
{
"Resend": {
"ApiKey": "re_xxxxxxxxx"
}
}
Usage
using Soenneker.Resend.ClientUtil.Abstract;
using Soenneker.Resend.ClientUtil.Registrars;
services.AddResendClientUtilAsSingleton();
public sealed class ResendDomainReader
{
private readonly IResendClientUtil _resend;
public ResendDomainReader(IResendClientUtil resend)
{
_resend = resend;
}
public async Task GetDomains(CancellationToken cancellationToken)
{
var client = await _resend.Get(cancellationToken);
var domains = await client.Domains.GetAsync(
cancellationToken: cancellationToken);
}
}
The underlying provider sends the bearer API key and the User-Agent header required by Resend. Use AddResendClientUtilAsScoped() when each scope should have its own lazily initialized API client; both registrations reuse the singleton authenticated HTTP client provider.
| 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.Resend.Client (>= 4.0.275)
- Soenneker.Resend.OpenApiClient (>= 4.0.134)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Resend.ClientUtil:
| Package | Downloads |
|---|---|
|
Soenneker.Resend.Emails
Sends, batches, retrieves, and cancels scheduled email through Resend. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.343 | 0 | 9/8/2026 |
| 4.0.342 | 0 | 9/8/2026 |
| 4.0.341 | 0 | 9/7/2026 |
| 4.0.340 | 27 | 9/7/2026 |
| 4.0.339 | 120 | 9/6/2026 |
| 4.0.338 | 76 | 9/5/2026 |
| 4.0.337 | 122 | 9/5/2026 |
| 4.0.336 | 109 | 9/4/2026 |
| 4.0.335 | 63 | 9/4/2026 |
| 4.0.334 | 78 | 9/4/2026 |
| 4.0.333 | 70 | 9/4/2026 |
| 4.0.332 | 70 | 9/4/2026 |
| 4.0.330 | 69 | 9/4/2026 |
| 4.0.329 | 43 | 9/4/2026 |
| 4.0.328 | 98 | 9/3/2026 |
| 4.0.327 | 70 | 9/3/2026 |
| 4.0.326 | 144 | 9/1/2026 |
| 4.0.325 | 110 | 9/1/2026 |
| 4.0.324 | 107 | 9/1/2026 |
| 4.0.323 | 83 | 8/31/2026 |
Updated Soenneker.Resend.OpenApiClient to 4.0.134