Silverlight Polling Duplex with HTTPS
Asked Answered
C

2

6

Is it possible to have Silverlight Polling Duplex WCF working with HTTPS?

Curley answered 15/9, 2010 at 12:21 Comment(0)
N
2

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

Nevski answered 16/9, 2010 at 10:3 Comment(0)
L
1

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

Lashondra answered 16/9, 2010 at 9:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.