X
X
Xveeder2018-07-29 17:14:43
C++ / C#
Xveeder, 2018-07-29 17:14:43

What are the HTTP clients that support socks proxies?

Faced with the fact that the standard C# http client does not support socks proxy.
I'm interested in an adequate client that supports all types of proxies + proxy with authorization.
What are the options gentlemen?
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zlo1, 2018-07-29
@Xveeder

LibCurlNet (LibCurl)
option CURLOPT_PROXY to set proxy type : // (user:[email protected]) proxy
https://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html
authorization option for socks5
CURLOPT_SOCKS5_AUTH
https://curl.haxx. se/libcurl/c/CURLOPT_SOCKS5_AUTH.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question