【发布时间】:2013-09-05 08:14:13
【问题描述】:
我想在我的 WPF 4.0 应用程序中调用 Web API,其中 API 以 JSON 格式接收请求并以 JSON 格式发送响应。
我从这里得到了在 WPF 4.5 中调用 Web API 的解决方案http://www.asp.net/web-api/overview/web-api-clients/calling-a-web-api-from-a-wpf-application
但是我想要 WPF 4.0 中的同一种解决方案
请帮帮我
【问题讨论】:
标签: asp.net .net json rest wpf-4.0