Skip to main content

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.

Total Downloads
742
742
Published
Dec 17, 2018
Latest stable version

Install

.NET CLI
dotnet add package IOUtils.Network.ResourcePooling --version 1.0.0+e35c71f08289c123b9f89aadd234fe9a459bc054
Package Manager Console
Install-Package IOUtils.Network.ResourcePooling -Version 1.0.0+e35c71f08289c123b9f89aadd234fe9a459bc054
PackageReference
<PackageReference Include="IOUtils.Network.ResourcePooling" Version="1.0.0+e35c71f08289c123b9f89aadd234fe9a459bc054" />

Frameworks

.NETCoreApp1.1 .NETFramework4.0 .NETFramework4.5 .NETStandard1.3 .NETCoreApp2.0 .NETStandard2.0

Dependencies

[1.0.0, )
[1.1.2, )
[1.0.0, )
[1.0.0, )
[1.0.0, )
[1.0.0, )
[1.0.0, )
[1.0.0, )
NETStandard.Library
.NETStandard1.3
[1.6.1, )
[1.0.0, )
[1.0.0, )
[1.0.0, )
[1.0.0, )
[1.0.0, )

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.