xml Silverlight的示例clientaccesspolicy.xml

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml Silverlight的示例clientaccesspolicy.xml相关的知识,希望对你有一定的参考价值。

<?xml version="1.0" encoding="utf-8"?>
<access-policy>
  <cross-domain-access>
<!--Enables Silverlight 3 all methods functionality-->
    <policy>
      <allow-from http-methods="*">      
        <domain uri="*"/>
      </allow-from>      
      <grant-to>      
        <resource path="/api" include-subpaths="true"/>
      </grant-to>      
    </policy>
<!--Enables Silverlight 2 clients to continue to work normally -->
    <policy>
      <allow-from >      
        <domain uri="*"/>
      </allow-from>      
      <grant-to>      
        <resource path="/api" include-subpaths="true"/>
      </grant-to>      
    </policy>
  </cross-domain-access>
</access-policy>

以上是关于xml Silverlight的示例clientaccesspolicy.xml的主要内容,如果未能解决你的问题,请参考以下文章

Silverlight 到 WCF 跨域异常,但正在成功读取 clientaccesspolicy.xml

silverlight控件阴影效果示例

不使用数据网格的 Silverlight MVVM 示例?

从 Silverlight 客户端示例代码调用 WebSocket?

Silverlight XML Save 不会覆盖整个文件

Silverlight - 需要的令人敬畏的演示应用程序示例! [关闭]