开发者

HTTP(S) POST/GET request over TcpClient [C#]

I am newbie in C#. How can I create http(s) post, get request on server with TcpClient. I don’t use HttpWebRequest class. Any good example? Thank you

But, I will use SOCKS proxy, such as TOR. I need used this library starksof开发者_如何学运维t.com/prod_proxy.html, and this library works with TcpClient.


You will want to use the httpWebRequest class, as that is what it is for, it has methods to handle this type of request directly.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜