ArcGIS API for Silverlight - Library Reference
ProxyUrl Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > CsvLayer Class : ProxyUrl Property

The proxy url location.

Syntax

Visual Basic (Declaration) 
Public Property ProxyUrl As String
C# 
public string ProxyUrl {get; set;}

Remarks

Although ArcGIS Server is not required to host a CSV file web service you may experience the similar hosting issues of accessing the web service as described in the ArcGIS Resource Center blog entitled Troubleshooting blank layers. Specifically, you may need to make sure that a correct cilentaccesspolicy.xml or crossdomain.xml file is in place on the web servers root. If a clientaccesspolicy.xml or crossdomainpolicy.xml file cannot be used on your web server for situations like secure services you may need to use a proxy page on your web server and make use of the ProxyUrl Property.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.