Knapcode.SocketToMe
0.8.0
Prefix Reserved
dotnet add package Knapcode.SocketToMe --version 0.8.0
NuGet\Install-Package Knapcode.SocketToMe -Version 0.8.0
<PackageReference Include="Knapcode.SocketToMe" Version="0.8.0" />
paket add Knapcode.SocketToMe --version 0.8.0
#r "nuget: Knapcode.SocketToMe, 0.8.0"
// 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 | Versions 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. |
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,690 | 12/5/2015 |
0.7.0 | 1,544 | 11/30/2015 |
0.6.2 | 1,512 | 11/29/2015 |
0.6.1 | 1,036 | 11/9/2015 |
0.6.0 | 1,022 | 11/8/2015 |
0.5.0 | 1,131 | 10/1/2015 |
0.4.2 | 1,074 | 10/1/2015 |
0.4.1 | 1,054 | 9/20/2015 |
0.4.0 | 1,067 | 9/19/2015 |
0.3.2 | 1,041 | 9/19/2015 |
0.3.1 | 1,035 | 9/7/2015 |
0.3.0 | 1,068 | 9/7/2015 |
0.2.0 | 1,018 | 9/7/2015 |
0.1.0 | 1,025 | 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.