var str = "http://serverapps.esri.com/SilverlightDemos/ProxyPage/proxy.ashx?http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/2?f=pjson"; WebClient w = new WebClient(); w.DownloadStringCompleted+= (s, e) => { }; w.DownloadStringAsync(new Uri(str, UriKind.Absolute));
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.