WCF Duplex on iPhone?

Is there a way I can use a two-way WCF connection on an iPhone?

Yours faithfully,

0
source share
1 answer

No, because wsDualHttpBinding not a compatible binding . Only .NET clients can use it.

+6
source

All Articles