Вопрос

I want the locations of a restaurant and have this GET request:

GET /webservices/js-storelocator/wsvclocator.asmx/GetLocations?location=string&biasingPoint=string&targetCountry=string&searchDistance=string&ConsumerData=string&currentPage=string&resultsPerPage=string&longLat=string&metricOption=string&mapFilters=string HTTP/1.1
Host: www.subway.com

But I don't know how to implement a HTTP Get request in my WP8 App. I found many solutions, but this get request delivers the geolocation data of the restaurants. And how can I read this data from the response of this Get request? And whats are all those parameters in this GET request? Thanks in advance for help and for correction.

Это было полезно?

Решение

All the information is information for the server. You can read a Get response easy, follow this example http://blogs.msdn.com/b/pakistan/archive/2013/06/14/getting-started-with-web-requests-amp-json-in-windows-phone.aspx

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top