Knapcode.SocketToMe 0.8.0

dotnet add package Knapcode.SocketToMe --version 0.8.0
NuGet\Install-Package Knapcode.SocketToMe -Version 0.8.0
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="Knapcode.SocketToMe" Version="0.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Knapcode.SocketToMe --version 0.8.0
#r "nuget: Knapcode.SocketToMe, 0.8.0"
#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 Knapcode.SocketToMe as a Cake Addin
#addin nuget:?package=Knapcode.SocketToMe&version=0.8.0

// Install Knapcode.SocketToMe as a Cake Tool
#tool nuget:?package=Knapcode.SocketToMe&version=0.8.0

Fun with sockets in C#.

Product Compatible and additional computed target framework versions.
.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.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Knapcode.SocketToMe:

Package Downloads
Knapcode.SocketToMe.ProtocolBuffer

Additional functionality for Knapcode.SocketToWith with Protocol Buffers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.8.0 1,628 12/5/2015
0.7.0 1,515 11/30/2015
0.6.2 1,483 11/29/2015
0.6.1 1,008 11/9/2015
0.6.0 996 11/8/2015
0.5.0 1,097 10/1/2015
0.4.2 1,047 10/1/2015
0.4.1 1,025 9/20/2015
0.4.0 1,040 9/19/2015
0.3.2 1,013 9/19/2015
0.3.1 1,009 9/7/2015
0.3.0 1,036 9/7/2015
0.2.0 988 9/7/2015
0.1.0 995 8/29/2015

* 0.8.0 Add framework for serialization of HTTP messages.
* 0.7.0 Add LoggingHandler and remove redirect history.
* 0.6.2 Add .ConfigureAwait(false) to library awaits.
* 0.6.1 Fix RedirectingHandler on Mono.
* 0.6.0 Add support for HTTP CONNECT and have better SSL protocol support.
* 0.5.0 Add support for cookies.
* 0.4.2 Only add Host header if it was not provided in the request.
* 0.4.1 Make HttpHeaderCategories compatibile with Mono.
* 0.4.0 Add delegate for NetworkHandler to fetch a socket.
* 0.3.2 Add headers without validation.
* 0.3.1 Fix the defaults of RedirectingHandler.
* 0.3.0 Add HTTP automatic redirects and decompression.
* 0.2.0 HTTP support with arbitrary sockets.
* 0.1.0 Initial release with SOCKS 4, 4A, and 5 support.