Socklient 4.1.0
.NET Standard 2.0
Install-Package Socklient -Version 4.1.0
dotnet add package Socklient --version 4.1.0
<PackageReference Include="Socklient" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Socklient --version 4.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Socklient, 4.1.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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=4.1.0
// Install Socklient as a Cake Tool
#tool nuget:?package=Socklient&version=4.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A SOCKS5 client written in C# that implements RFC1928 & RFC1929.
Supported SOCKS5 Commands: Connect & UDP Associate.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- System.Memory (>= 4.5.4)
-
.NETStandard 2.1
- 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 | 72 | 5/24/2022 |
4.1.0-alpha2 | 48 | 5/23/2022 |
4.1.0-alpha | 49 | 5/23/2022 |
4.0.0 | 243 | 6/9/2021 |
4.0.0-alpha7 | 132 | 6/5/2021 |
4.0.0-alpha6 | 151 | 5/17/2021 |
4.0.0-alpha4 | 137 | 5/8/2021 |
4.0.0-alpha3 | 319 | 2/17/2021 |
4.0.0-alpha2 | 180 | 2/10/2021 |
4.0.0-alpha | 186 | 2/9/2021 |
3.0.0 | 1,701 | 4/23/2020 |
3.0.0-alpha1 | 253 | 4/23/2020 |
3.0.0-alpha | 243 | 4/23/2020 |
2.2.9 | 773 | 9/18/2019 |
2.2.7 | 444 | 7/23/2019 |
2.2.6 | 435 | 5/19/2019 |
2.2.5 | 386 | 5/10/2019 |
2.2.4 | 405 | 5/3/2019 |
2.2.2 | 448 | 3/5/2019 |
2.2.1 | 495 | 1/22/2019 |
2.2.0 | 489 | 1/9/2019 |
2.1.1 | 507 | 1/3/2019 |
2.1.0 | 572 | 1/2/2019 |
2.0.3 | 516 | 11/30/2018 |
1.1.3 | 1,229 | 1/15/2018 |
1.1.2 | 759 | 1/14/2018 |
1.1.1 | 774 | 1/7/2018 |
1.1.0 | 758 | 1/3/2018 |
1.0.4 | 759 | 1/2/2018 |
1.0.3 | 768 | 1/1/2018 |
1.0.2 | 775 | 1/1/2018 |
Add ShouldIgnoreBoundAddressCallback and DomainAddressBehavior properties for compatible with some strange SOCKS5 server implementations.