hi,
i want to use WCF Callback service and implement this with signalR?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mukesh KumarPosted Oct 19, 2015, 6:53 AM
You definitely don't need
wsDualHttpBindingto return values.BasicHttpBindingor even betterWSHttpBindingis what you needwsDualHttpBindingis used to actually call the client from the server (callbacks). It's something which isn't widely used in the web world because it has limitations and there are better options like WebSockets and SignalR.