Reputation: 10139
Learning developing for Windows store app now. A dumb question, wondering if we could open web services in Windows store app, so that other boxes can remote call the app remotely (call the Windows store app by the IP address of the box, where the Windows store app is installed)? If so, a guide is appreciated. Not found any good C# guide.
thanks in advance, Lin
Upvotes: 0
Views: 67
Reputation: 4156
You cannot host a web service in a windows phone or windows store app. One way you can build peer to peer or group aware apps is to use signal r.
http://dotnetbyexample.blogspot.com/2015/05/using-windows-10-uwp-app-and-signalr-on.html
Upvotes: 1