English 中文(简体)
收集从视窗电话中提取的吉大港山区申请
原标题:Capturing outgoing HTTP requests from a Windows Phone app

是否有可能从视窗电话申请中接收即将离任的吉大港山区应用项目申请,并对这些请求做出回应,如吉大港湾应用系统服务器发出回复?

或者,能否在视窗电话服务器内安装一个轻重的http服务器,然后代用电话向在线网络服务器提出请求?


快速环境: 可在网上适应工作。 ESRIWindows Telephone API可使用RESTful JSON网络服务装载地图数据,但不会支持离线地图。 考虑的一个备选方案是实施APICA“应用”的必备分类,以便把地图碎片从电话储存的海滩上装载。

In effect I would build a component that would work as a proxy between the client and the web service endpoint, and when the app is in offline mode, the requests would be intercepted and served by the proxy instead of passed on to the server.

任何帮助都会受到高度赞赏。

最佳回答

从方案上看,你目前无法在你看来追踪全系统的吉大港山区的请求。 即便是申请,你也只能听从你自己提出的要求。 在封闭式(非公开)的APIC中可能有一个终点,但官方工具中没有任何内容。

最好有:通过外部工具<(例如,用户电报)跟踪

问题回答

http://blogs.msdn.com

从各种问题和答案来看,我看到有人试图拦截对宾特地图控制的要求,我不认为可能拦截吉大港山区对线外地图显示的要求。

我看到了一些关于离线地图的问题,包括试图阅读从废弃储存中绘制的地图碎片。 可悲的是,现有的控制似乎并不支持这一点。

你们也许能够建立自己的控制权,以绘制地图片,但用各种语言标出的样本很多,尽管我看不到SL。

说不好消息!





相关问题
How to set response filename without forcing "save as" dialog

I am returning a stream in some response setting the appropriate content-type header. The behavior I m looking for is this: If the browser is able to render content of the given content type then it ...

Which Http redirects status code to use?

friendfeed.com uses 302. bit.ly uses 301. I had decided to use 303. Do they behave differently in terms of support by browsers ?

Does HttpWebRequest send 200 OK automatically?

Background: I am implementing Paypal IPN handler. This great article on Paypal states that I am required to send a 200 OK back to Paypal after I read the response. The processing of IPN request is ...

Java HTTPAUTH

我试图把桌面应用程序连接起来,我是同D.icio.us api @ Delicious Alan书写的,简单地向他们提供我的用户名和密码,并请他把书记上写给我......。

Finding out where curl was redirected

I m using curl to make php send an http request to some website somewhere and have set CURLOPT_FOLLOWLOCATION to 1 so that it follows redirects. How then, can I find out where it was eventually ...

热门标签