开发者

Silverlight Polling Duplex with HTTPS

开发者 https://www.devze.com 2023-01-16 10:17 出处:网络
Is it possible t开发者_StackOverflow社区o have Silverlight Polling Duplex WCF working with HTTPS?Yes you can use Polling Duplex over HTTPS. If you are running the Silverlight app inbrowser make sure y

Is it possible t开发者_StackOverflow社区o have Silverlight Polling Duplex WCF working with HTTPS?


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


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消