Litportnet.FreeProxy
0.1.0
dotnet add package Litportnet.FreeProxy --version 0.1.0
NuGet\Install-Package Litportnet.FreeProxy -Version 0.1.0
<PackageReference Include="Litportnet.FreeProxy" Version="0.1.0" />
<PackageVersion Include="Litportnet.FreeProxy" Version="0.1.0" />
<PackageReference Include="Litportnet.FreeProxy" />
paket add Litportnet.FreeProxy --version 0.1.0
#r "nuget: Litportnet.FreeProxy, 0.1.0"
#:package Litportnet.FreeProxy@0.1.0
#addin nuget:?package=Litportnet.FreeProxy&version=0.1.0
#tool nuget:?package=Litportnet.FreeProxy&version=0.1.0
Litport Free Proxy SDK for .NET
Litportnet.FreeProxy is a dependency-free net8.0 client for Litport's documented API snapshot of verified HTTP, SOCKS4, and SOCKS5 proxies.
Install
dotnet add package Litportnet.FreeProxy
using Litportnet.FreeProxy;
using var client = new Client();
var proxies = await client.PickBestAsync(5, new Filters(Protocol: "socks5", Country: "us", MaxLatencyMs: 500, MinUptime7d: 90, MinChecks7d: 50, CheckedWithinMin: 30));
GetProxiesAsync and PickBestAsync return typed Proxy records. Filters support protocol, country, anonymity, HTTPS, maximum latency, minimum seven-day uptime, minimum checks, freshness (1–1,440 minutes), and limit. Records are ordered by seven-day uptime, latency, then URL. Uptime7d is null when fewer than 50 checks were recorded.
The client validates API count, truncated, and a two-minute generatedAt window, public IPv4 addresses, and nullable fields. Pass an HttpMessageHandler to Client for deterministic tests and set the request timeout with timeout:.
Build and test
dotnet run --project tests/Litportnet.FreeProxy.Tests
dotnet pack src/Litportnet.FreeProxy --configuration Release
Resources
Free proxies are for testing only. Never route credentials, cookies, payment data, or private data through them.
| 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 was computed. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- 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 |
|---|---|---|
| 0.1.0 | 50 | 9/16/2026 |
