Package Description
A high-performance SOCKS (4/4a/5) proxy implementation for .NET HttpClient. Features include: • Support for SOCKS4, SOCKS4a, and SOCKS5 protocols • Username/password authentication for SOCKS5 • Smart proxy instance reuse and cleanup • Automatic resource management based on idle time • Thread-safe implementation • Simple and efficient API
SOCKS5 Server/Client implementated in .NET
linker messenger socks5
Nugget for my ecommerce app
A high-performance SOCKS (4/4a/5) proxy implementation for .NET HttpClient. Features include: • Support for SOCKS4, SOCKS4a, and SOCKS5 protocols • Username/password authentication for SOCKS5 • Automatic proxy resource management • Memory-efficient caching mechanism • Thread-safe implementation • Dependency injection support • Flexible configuration options
A high-performance SOCKS5 proxy implementation for .NET. Implements IWebProxy interface making it perfect for use with HttpClient and other .NET networking components. Features include: - Seamless integration with HttpClient - Connection pooling for better performance - Username/password authentication - Async operations support - Timeout control - Cross-platform compatibility
A simple SOCKS v4a proxy server written in C# which forwards all traffic to a SOCKS v5 server. The proxy server does not support authentication however it can connect to a SOCKS v5 server using username and password. UDP and Bind commands are not supported. It also provides an interface for custom DNS resolving and a default DNS resolver as well. It can also use the upstream proxy for resolving the hostnames.
QuickProxyNet is a high-performance .NET library for connecting to servers via HTTP, HTTPS, SOCKS4, SOCKS4a, and SOCKS5 proxies, providing direct Stream access for low-level network operations.
Sock it
- ProxySocket is an implementation of the SOCKS4/SOCKS5/HTTPS CONNECT protocol - Supports username/password authentication - Inherits from a standard Socket class