QuickProxyNet 2.0.0
dotnet add package QuickProxyNet --version 2.0.0
NuGet\Install-Package QuickProxyNet -Version 2.0.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="QuickProxyNet" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QuickProxyNet" Version="2.0.0" />
<PackageReference Include="QuickProxyNet" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add QuickProxyNet --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: QuickProxyNet, 2.0.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.
#addin nuget:?package=QuickProxyNet&version=2.0.0
#tool nuget:?package=QuickProxyNet&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
QuickProxyNet
QuickProxyNet is a high-performance .NET library for connecting to servers via various types of proxies (HTTP, HTTPS, SOCKS4, SOCKS4a, SOCKS5). It offers raw Stream access for direct data handling, making it ideal for applications needing low-level network control.
Features
- Supports HTTP, HTTPS, SOCKS4, SOCKS4a, SOCKS5 proxies
- High-performance and minimal latency
- Raw Stream Access for low-level data operations
- Customizable timeout and connection settings
Usage Example
using QuickProxyNet;
using System;
using System.Net;
// Define the proxy URI with optional credentials
Uri proxyUri = new Uri("http://username:password@proxyserver.com:8080");
// Create a proxy client
var proxyClient = ProxyClientFactory.Instance.Create(proxyUri);
// Connect through the proxy and get a raw Stream for direct data access
using (var connectionStream = await proxyClient.ConnectAsync("destinationserver.com", 80))
{
// Work directly with the Stream
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on QuickProxyNet:
Package | Downloads |
---|---|
McProtoNet.Core
Ядро McProtoNet |
|
McProtoNet
High-performance library for working with the minecraft protocol |
|
McProtoNet.Abstractions
Abstractions for McProtoNet |
|
McProtoNet.Protocol
A library that supports multiversion |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on QuickProxyNet:
Repository | Stars |
---|---|
Titlehhhh/Minecraft-Holy-Client
A high-performance platform for running Minecraft stress-test bots written in C#.
|
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 232 | 11/4/2024 |
2.0.0-preview.1.1.4.2 | 97 | 2/6/2024 |
2.0.0-preview.1.1.4 | 275 | 1/11/2024 |
2.0.0-preview.1.1 | 90 | 12/27/2023 |
0.1.4 | 387 | 10/25/2023 |
0.1.3 | 143 | 10/25/2023 |
0.1.1 | 149 | 10/25/2023 |