I am new to C #. How can I create a http (s) post, get a request on the server with TcpClient. I do not use the HttpWebRequest class. Any good example? Thanks you
But I will use SOCKS proxies, for example TOR. I need this library starksoft.com/prod_proxy.html and this library works with TcpClient.
source
share