Hi there
I have a service that uses duplex requests for calling back to the client application. I have currently exposed a single endpoint with a NetNamedPipeBinding, this is all working correctly.
When i add a basicHttpBinding i get the follow exception
Contract Requires Duplex, but Binding 'BasicHttpBinding' dosn't support it
Is it possible to configure the service to allow duplex and basicHttp?
Thanks
Rohan