Why is there both a System.Net.Http and System.Web.Http namespace?

后端 未结 5 1491
渐次进展
渐次进展 2021-01-31 01:34

Just a simple question as I\'m studying the various class libraries available in .NET. I noticed that there\'s a System.Net.Http namespace and a System.Web.H

5条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-31 02:30

    System.Net.Http relates to network programming while System.Web.Http relates specifically to programming for the web.

提交回复
热议问题