0

I have created a WCF duplex service and client in .NET and its working fine and its pretty good also.
Now I wish to make an Android client. I have used kSoap previously for webservices and those are good for client to service connections.
But in the case of duplex communication in which I need the service to sent message to client, I dont know how to implement.

4

1 回答 1

1

不幸的是,没有一个双工绑定是可互操作的

此时轮询可能是您最简单的选择。更进一步,也许您可​​以使用 WebSockets 之类的东西(WCF 在下一个版本中支持它们 - 4.5)

于 2012-05-13T11:23:32.513 回答