Rishi.Proxy
1.0.0
See the version list below for details.
dotnet add package Rishi.Proxy --version 1.0.0
NuGet\Install-Package Rishi.Proxy -Version 1.0.0
<PackageReference Include="Rishi.Proxy" Version="1.0.0" />
paket add Rishi.Proxy --version 1.0.0
#r "nuget: Rishi.Proxy, 1.0.0"
// Install Rishi.Proxy as a Cake Addin #addin nuget:?package=Rishi.Proxy&version=1.0.0 // Install Rishi.Proxy as a Cake Tool #tool nuget:?package=Rishi.Proxy&version=1.0.0
cs-proxy
WARNING: Never pass unsanitized strings to the hostname, port, etc.; they are just passed as-is and might cause shell escape attacks.
Proxy support for C# using OpenBSD nc. nc should be installed or shipped with this (nc is a small executable). stdbuf (GNU coreutils/BSD) or unbuffer from expect (TCL) should preferably be there too (although this can work without it, there might be buffering delays).
ProxySocket should be initialized with the values; default uses stdbuf but can be changed later. Comes with utility classes Pair and StatPair, which can be used to pair a Read/Write stream into one large stream.
Architrcture
GetStream() returns the stream of ProxySocket. ProxySocket should be Start()ed to connect.
DTLS PSK Client/Server
WARNING: Same.
DTLS wrapper using OpenSSL. Needs openssl in PATH.
Architecture
Please refer to the Test file.
Product | Versions 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.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.2
- 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 | |
---|---|---|---|
1.3.0 | 626 | 10/9/2019 | |
1.3.0-stable | 370 | 10/9/2019 | |
1.2.3 | 607 | 10/9/2019 | |
1.2.2 | 608 | 10/9/2019 | |
1.2.1 | 611 | 10/9/2019 | |
1.2.0 | 598 | 10/9/2019 | |
1.1.2 | 633 | 10/1/2019 | |
1.1.1 | 607 | 10/1/2019 | |
1.0.8 | 636 | 9/22/2019 | |
1.0.7 | 634 | 9/22/2019 | |
1.0.6 | 622 | 9/20/2019 | |
1.0.5 | 613 | 9/20/2019 | |
1.0.4 | 628 | 9/19/2019 | |
1.0.3 | 674 | 9/19/2019 | |
1.0.2 | 677 | 9/19/2019 | |
1.0.1 | 653 | 9/19/2019 | |
1.0.0 | 645 | 9/19/2019 |