{"id":13775839,"url":"https://github.com/mihazupan/httptosocks5proxy","last_synced_at":"2025-05-11T08:34:08.963Z","repository":{"id":32065887,"uuid":"131493043","full_name":"MihaZupan/HttpToSocks5Proxy","owner":"MihaZupan","description":"C# Http to Socks5 proxy implementation","archived":true,"fork":false,"pushed_at":"2022-06-07T20:12:29.000Z","size":48,"stargazers_count":225,"open_issues_count":0,"forks_count":36,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-05-06T17:14:22.308Z","etag":null,"topics":["http-socks5","proxy","proxy-chain","socks5-http","socks5-proxy","telegram-bot"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MihaZupan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-29T12:34:00.000Z","updated_at":"2025-02-03T09:25:38.000Z","dependencies_parsed_at":"2022-09-22T13:24:03.979Z","dependency_job_id":null,"html_url":"https://github.com/MihaZupan/HttpToSocks5Proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MihaZupan%2FHttpToSocks5Proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MihaZupan%2FHttpToSocks5Proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MihaZupan%2FHttpToSocks5Proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MihaZupan%2FHttpToSocks5Proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MihaZupan","download_url":"https://codeload.github.com/MihaZupan/HttpToSocks5Proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253540462,"owners_count":21924522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http-socks5","proxy","proxy-chain","socks5-http","socks5-proxy","telegram-bot"],"created_at":"2024-08-03T17:01:52.149Z","updated_at":"2025-05-11T08:34:08.679Z","avatar_url":"https://github.com/MihaZupan.png","language":null,"funding_links":[],"categories":["\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"57b8e953d394bbed52df2a6976d98dfa\"\u003e\u003c/a\u003eSocks"],"readme":"[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://stand-with-ukraine.pp.ua)\n\n# HttpToSocks5Proxy\n\nAs of .NET 6, `SocketsHttpHandler` [supports connecting to Socks4, Socks4a and Socks5 proxies](https://devblogs.microsoft.com/dotnet/dotnet-6-networking-improvements/#socks-proxy-support)!\n\nThis project is now archived and no longer maintained. You can use this library on older versions of .NET. See the [archived branch](https://github.com/MihaZupan/HttpToSocks5Proxy/tree/archived).\n\n```c#\nvar client = new HttpClient(new SocketsHttpHandler()\n{\n    Proxy = new WebProxy(\"socks5://127.0.0.1:9050\")\n});\n\nvar content = await client.GetStringAsync(\"https://check.torproject.org/\");\nConsole.WriteLine(content);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihazupan%2Fhttptosocks5proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmihazupan%2Fhttptosocks5proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihazupan%2Fhttptosocks5proxy/lists"}