OperationContract - IsOneWay: service contract is not supported
Hello.
In my server side, there is an Interface which I assigned:
[OperationContract(IsOneWay = true)]
When I add this and running the app, I get error that service contract is not supported (by "WCF test client").
If I remove this line - all is fine.
Why is this?
Thanks.