IOUtils.Network.ResourcePooling
This library integrates with ResourcePooling library in order to provide common way to create new resources for the pools. The common factor with those resources in this case is that they are based on socket communication, via NetworkStream. Extend NetworkStreamFactory class to implement AsyncResourceFactory<TResource, TParams>, and use extension methods defined for NetworkConnectionCreationInfo to acquire NetworkStreamFactoryConfiguration required for using NetworkStreamFactory.
Install
dotnet add package IOUtils.Network.ResourcePooling --version 1.0.0+e35c71f08289c123b9f89aadd234fe9a459bc054
Install-Package IOUtils.Network.ResourcePooling -Version 1.0.0+e35c71f08289c123b9f89aadd234fe9a459bc054
<PackageReference Include="IOUtils.Network.ResourcePooling" Version="1.0.0+e35c71f08289c123b9f89aadd234fe9a459bc054" />
Frameworks
Dependencies
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
Compatibility metadata lists 6 target frameworks; confirm the exact target used by your application.
The published metadata declares 14 direct dependency entries across framework groups. Inspect the resolved dependency graph for your target framework.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.