Esri / arcgis-viewer-silverlight

Source code for the ArcGIS Viewer for Silverlight
http://links.esri.com/slviewer
Microsoft Public License
12 stars 12 forks source link

Fix issues with accessing secure services via proxy #28

Closed zwaap closed 9 years ago

zwaap commented 9 years ago

Addresses #13. Pushes proxy URL, when specified, to all uses of ArcGISWebClient. Replaces manual construction of URI with proxy with specifying proxy as a property on web client. Replaces several uses of WebClient with ArcGISWebClient.