POST Requests on WP7

前端 未结 5 2115
傲寒
傲寒 2021-02-11 05:20

I\'ve been dying for about 6 hours trying to figure out how to make a regular POST request in WP7 , I tried the answers of similar questions posted here and on many other places

5条回答
  •  悲&欢浪女
    2021-02-11 06:00

    For easier access to advanced http features check out these http classes:

    http://mytoolkit.codeplex.com/wikipage?title=Http

    It encapsulates GET, POST, FILES (using path or Stream objects) and GZIP (not directly supported by WP7) requests.

提交回复
热议问题