使用 HTTPS 的 Silverlight 轮询双工
Silverlight 轮询双工 WCF 是否可以与 HTTPS 配合使用?
Is it possible to have Silverlight Polling Duplex WCF working with HTTPS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,您可以通过 HTTPS 使用轮询双工。如果您在浏览器中运行 Silverlight 应用程序,请确保设置客户端访问策略,以便它与 HTTPS 配合使用
http://blogs.msdn.com/b/colinco/archive/2009/07/27/silverlight-3-ssl-and- clientaccesspolicy-xml.aspx
Yes you can use Polling Duplex over HTTPS. If you are running the Silverlight app inbrowser make sure you set the client access policy so that it works with HTTPS
http://blogs.msdn.com/b/colinco/archive/2009/07/27/silverlight-3-ssl-and-clientaccesspolicy-xml.aspx
您可以将 HTTPS 与轮询双工结合使用。
设置 PollingDuplexHttpBinding 时,您需要指定正确的 BasicHttpSecurityMode (http://msdn.microsoft.com/en-us/library/system.servicemodel.basichttpsecuritymode%28VS.95%29.aspx)。
You can use HTTPS with polling duplex.
When setting the PollingDuplexHttpBinding you need to specify the correct BasicHttpSecurityMode (http://msdn.microsoft.com/en-us/library/system.servicemodel.basichttpsecuritymode%28VS.95%29.aspx).