![]() |
VOOZH | about |
dotnet add package Soenneker.Cloudflare.Registrar --version 4.0.17
NuGet\Install-Package Soenneker.Cloudflare.Registrar -Version 4.0.17
<PackageReference Include="Soenneker.Cloudflare.Registrar" Version="4.0.17" />
<PackageVersion Include="Soenneker.Cloudflare.Registrar" Version="4.0.17" />Directory.Packages.props
<PackageReference Include="Soenneker.Cloudflare.Registrar" />Project file
paket add Soenneker.Cloudflare.Registrar --version 4.0.17
#r "nuget: Soenneker.Cloudflare.Registrar, 4.0.17"
#:package Soenneker.Cloudflare.Registrar@4.0.17
#addin nuget:?package=Soenneker.Cloudflare.Registrar&version=4.0.17Install as a Cake Addin
#tool nuget:?package=Soenneker.Cloudflare.Registrar&version=4.0.17Install 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
dotnet add package Soenneker.Cloudflare.Registrar
using Soenneker.Cloudflare.Registrar.Registrars;
services.AddCloudflareRegistrarUtilAsScoped();
using Soenneker.Cloudflare.Registrar.Abstract;
public sealed class RegistrarService
{
private readonly ICloudflareRegistrarUtil _registrarUtil;
public RegistrarService(ICloudflareRegistrarUtil registrarUtil)
{
_registrarUtil = registrarUtil;
}
public async Task Search(string accountId, CancellationToken cancellationToken = default)
{
var result = await _registrarUtil.SearchDomains(accountId, config =>
{
config.QueryParameters.Q = "example";
config.QueryParameters.Limit = 10;
}, cancellationToken);
}
}
ICloudflareRegistrarUtil.Get(accountId) returns the generated Cloudflare Registrar request builder for direct access to any registrar endpoint exposed by Soenneker.Cloudflare.OpenApiClient.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. 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. |
Showing the top 1 NuGet packages that depend on Soenneker.Cloudflare.Registrar:
| Package | Downloads |
|---|---|
|
Soenneker.Cloudflare.OpenApi.Suite
A comprehensive suite of utility libraries for Cloudflare's OpenApi operations |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.17 | 4 | 6/18/2026 |
| 4.0.16 | 71 | 6/17/2026 |
| 4.0.15 | 80 | 6/17/2026 |
| 4.0.14 | 374 | 6/11/2026 |
| 4.0.13 | 94 | 6/11/2026 |
| 4.0.12 | 105 | 6/10/2026 |
| 4.0.11 | 102 | 6/10/2026 |
| 4.0.10 | 96 | 6/9/2026 |
| 4.0.9 | 486 | 6/7/2026 |
| 4.0.8 | 106 | 6/7/2026 |
| 4.0.7 | 113 | 6/6/2026 |
| 4.0.6 | 373 | 6/5/2026 |
| 4.0.5 | 182 | 6/2/2026 |
| 4.0.4 | 97 | 6/2/2026 |
| 4.0.3 | 391 | 6/1/2026 |