简体   繁体   中英

Is it possible for WCF that uses wsDualHttpBinding to be on Https?

I implemented a simple WCF/WPF project to try out the push notification function of WCF . From searches online, they are mostly implemented via callback and using the binding wsDualHttpBinding .

However, when trying to implement this PoC project into my main project. I realise the existing WCF service is using Https and I can't seem to find a way to enable transport security mode for wsDualHttpBinding as compared to the existing wsHttpBinding .

If the above problem is not solvable, is there another way to implement push notification over Https on WCF ?

If we want to use SSL protocol to encrypt our duplex communication, depending on the practical scenario, we could consider the following binding.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM