문제

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