Soenneker.HttpContents.PooledByteArrays
4.0.16
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Soenneker.HttpContents.PooledByteArrays --version 4.0.16
NuGet\Install-Package Soenneker.HttpContents.PooledByteArrays -Version 4.0.16
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.HttpContents.PooledByteArrays" Version="4.0.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.HttpContents.PooledByteArrays" Version="4.0.16" />
<PackageReference Include="Soenneker.HttpContents.PooledByteArrays" />
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.HttpContents.PooledByteArrays --version 4.0.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.HttpContents.PooledByteArrays, 4.0.16"
#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.HttpContents.PooledByteArrays@4.0.16
#: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.HttpContents.PooledByteArrays&version=4.0.16
#tool nuget:?package=Soenneker.HttpContents.PooledByteArrays&version=4.0.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.HttpContents.PooledByteArrays
Provides HTTP content based on a pooled byte array, enabling efficient transfer of binary data without unnecessary allocations.
Install
dotnet add package Soenneker.HttpContents.PooledByteArrays
What you get
PooledByteArrayContent— Provides HTTP content based on a pooled byte array, enabling efficient transfer of binary data without unnecessary allocations.
Important behavior
PooledByteArrayContent: This class wraps a byte array rented from anArrayPool{T}and exposes it asHttpContentfor use in HTTP requests or responses. The buffer is returned to the pool when the content is disposed, reducing memory pressure in high-throughput scenarios. The content length is fixed and corresponds to the specified count. This type is sealed and not intended for inheritance.
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.HttpContents.PooledByteArrays:
| Package | Downloads |
|---|---|
|
Soenneker.Extensions.HttpContent
A collection of helpful HttpContent extension methods |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.17 | 1,083 | 8/30/2026 |
| 4.0.16 | 1,486 | 8/29/2026 |
| 4.0.15 | 16,270 | 7/28/2026 |
| 4.0.14 | 8,128 | 7/16/2026 |
| 4.0.13 | 10,405 | 6/19/2026 |
| 4.0.12 | 11,778 | 6/5/2026 |
| 4.0.11 | 13,148 | 4/22/2026 |
| 4.0.10 | 12,854 | 3/12/2026 |
| 4.0.9 | 234 | 3/12/2026 |
| 4.0.7 | 282 | 3/12/2026 |
| 4.0.6 | 5,140 | 3/10/2026 |
| 4.0.5 | 2,051 | 3/9/2026 |
| 4.0.4 | 116 | 3/9/2026 |
| 4.0.3 | 133 | 3/9/2026 |
| 4.0.2 | 7,519 | 3/4/2026 |
| 4.0.1 | 29,773 | 1/12/2026 |
Improve README usability and API guidance