开发者

Can I broadcast a WCF service?

I have a requirement in my project to send messages on mobile phones. I want to know whether i can do it with wcf or not and how ? I have heard that wcf sends messages only via wires. Please开发者_StackOverflow中文版 give me idea of broadcasting messages in WCF..


WCF doesn't really care about the transport used as long as there is an appropriate channel. Take for example the NetMsmqBinding. This uses MSMQ and not some form of direct communication.

That said broadcasting is not really a WCF capability. The closes is the peer to peer capabilities but that is not really broadcasting.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜