在Windows Phone 8中实现Web服务器
问题描述:
我想在我的手机应用程序中实现一个Web服务器,用户可以从我的手机应用程序下载文件或使用桌面浏览器从PC上传...是否可以在Windows Phone 8 ???
i want to implement a web server in my phone app that users can download files from my phone app or upload form a PC using desktop browser... is it possible in windows phone 8 ???
答
是否可以在Windows Phone 8中使用???
is it possible in windows phone 8 ???
回答:技术上是的。
长答案:你必须通过TCP套接字编写HTTP堆栈,在我看来,它不是值得努力。我会想出一种不同的方法来实现你的目标。
Long answer: You would have to write the HTTP stack over TCP sockets, what, in my opinion, it is not worth the effort. I would think on an different approach to achieve your goal.