Optional. Gets or sets the URL to a proxy service that brokers Web requests between the Silverlight client and a WMTS service. Use a proxy service when the WMTS service is not hosted on a site that provides a cross domain policy file (clientaccesspolicy.xml or crossdomain.xml). You can also use a proxy to convert png images to a bit-depth that supports transparency in Silverlight.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ProxyUrl As String |
C# | |
---|
public string ProxyUrl {get; set;} |
Property Value
The proxy URL string.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also