简体   繁体   中英

Windows.Web.Http in Windows Forms application?

Quick question: is it possible to use Windows.Web.Http in a Windows Forms application? I can't find anything related to it. Used it in a Windows Phone project before and really love it's behaviour. Also it's recommended by Microsoft, because it uses the RFC-standard.

But I can't use it in my Windows Forms application right now.

Check out:

using System.Net.Http;

It has a very similar HttpClient class.

https://msdn.microsoft.com/en-us/library/system.net.http.httpclient(v=vs.118).aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM