How do I Create an HTTP Request Manually in .Net?

后端 未结 5 1857
醉话见心
醉话见心 2020-12-17 01:42

I\'d like to create my own custom HTTP requests. The WebClient class is very cool, but it creates the HTTP requests automatically. I\'m thinking I need to create a network

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-17 02:19

    Use WFetch for the demonstration.

    As for programming, HttpWebRequest lets you control quite a bit about the request - again if it's for a demonstration I'd use Wireshark to sniff what's going over the wire when you do various tasks with the HttpWebRequest

提交回复
热议问题