I’m trying something like this:
[ServiceContract (
CallbackContract = typeof (CallbackContract_1),
CallbackContract = typeof (CallbackContract_2),
CallbackContract = typeof (CallbackContract_3))
]
public interface SomeWcfContract {
I know it does not work like this. Is there still a way to get a single contract use multiple callback interfaces?
or
see for more details