EdenNetwork 1.4.13

There is a newer version of this package available.
See the version list below for details.
dotnet add package EdenNetwork --version 1.4.13                
NuGet\Install-Package EdenNetwork -Version 1.4.13                
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="EdenNetwork" Version="1.4.13" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EdenNetwork --version 1.4.13                
#r "nuget: EdenNetwork, 1.4.13"                
#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.
// Install EdenNetwork as a Cake Addin
#addin nuget:?package=EdenNetwork&version=1.4.13

// Install EdenNetwork as a Cake Tool
#tool nuget:?package=EdenNetwork&version=1.4.13                

Simple C# TCP socket server&client API for .NET & Unity

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.10 224 6/18/2023
3.0.9 160 6/17/2023
3.0.8 163 6/15/2023
3.0.7 167 6/15/2023
3.0.6 194 6/9/2023
3.0.5 187 6/9/2023
3.0.4 180 6/9/2023
3.0.2 151 6/4/2023
3.0.1 161 5/29/2023
3.0.0 176 5/27/2023
2.0.5 220 4/17/2023
2.0.4 195 4/17/2023
2.0.3 192 4/16/2023
2.0.2 184 4/16/2023
2.0.1 209 4/16/2023
2.0.0 204 4/12/2023
1.4.13 221 4/7/2023
1.4.12 220 4/7/2023
1.4.11 209 4/7/2023
1.4.10 207 4/6/2023
1.4.9 214 4/1/2023
1.4.8 214 3/31/2023
1.4.7 232 3/31/2023
1.4.6 217 3/31/2023
1.4.5 227 3/31/2023
1.4.4 243 3/23/2023
1.4.3 256 3/17/2023
1.4.2 241 3/17/2023
1.4.1 243 3/17/2023
1.4.0 236 3/15/2023
1.3.8 274 3/12/2023
1.3.7 241 3/12/2023
1.3.6 237 3/12/2023
1.3.5 251 3/12/2023
1.3.4 246 3/8/2023
1.3.3 238 3/8/2023
1.3.2 274 3/2/2023
1.3.1 294 2/17/2023
1.3.0 264 2/17/2023
1.2.2 292 2/16/2023
1.2.1 263 2/14/2023
1.2.0 298 1/31/2023
1.1.5 311 1/19/2023
1.1.4 298 1/18/2023
1.1.3 310 1/18/2023
1.1.2 314 1/17/2023
1.1.1 298 1/16/2023
1.1.0 286 1/16/2023
1.0.21 282 1/16/2023
1.0.11 335 1/15/2023
1.0.2 319 1/16/2023
1.0.1 302 1/15/2023
1.0.0 321 9/2/2022

feat: add client connection timeout