Socklient 2.2.9

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

// Install Socklient as a Cake Tool
#tool nuget:?package=Socklient&version=2.2.9

A socks5 client written in C# that implements RFC1928 & RFC1929.

Supported Socks5 Commands: Connect & UDP Associate.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.0

    • No dependencies.
  • .NETFramework 4.5

    • 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
4.1.0 918 5/24/2022
4.1.0-alpha2 177 5/23/2022
4.1.0-alpha 170 5/23/2022
4.0.0 427 6/9/2021
4.0.0-alpha7 238 6/5/2021
4.0.0-alpha6 265 5/17/2021
4.0.0-alpha4 237 5/8/2021
4.0.0-alpha3 585 2/17/2021
4.0.0-alpha2 285 2/10/2021
4.0.0-alpha 285 2/9/2021
3.0.0 2,050 4/23/2020
3.0.0-alpha1 367 4/23/2020
3.0.0-alpha 354 4/23/2020
2.2.9 1,008 9/18/2019
2.2.7 651 7/23/2019
2.2.6 644 5/19/2019
2.2.5 605 5/10/2019
2.2.4 613 5/3/2019
2.2.2 674 3/5/2019
2.2.1 723 1/22/2019
2.2.0 707 1/9/2019
2.1.1 722 1/3/2019
2.1.0 792 1/2/2019
2.0.3 748 11/30/2018
1.1.3 1,513 1/15/2018
1.1.2 1,021 1/14/2018
1.1.1 1,041 1/7/2018
1.1.0 1,023 1/3/2018
1.0.4 1,028 1/2/2018
1.0.3 1,031 1/1/2018
1.0.2 1,051 1/1/2018

Add GetStream() method for instead to do the read/write operation.