1
Answer

OperationContract - IsOneWay: service contract is not supported

Elvis

Elvis

14y
4.5k
1
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.
Answers (1)