Wcf Connector Communication

Has Wcf replaced a socket? for a client server application, I need the client to send some messages to the server, and the server can do the same without waiting for a request from any client. So can I do this, or can wcf expose only many of the services the client needs, and communication cannot be interactive and bi-directional? thank

+3
source share
2 answers

Do you want a stable connection? If so, this does not seem to be a good example for WCF. Perhaps look at ZeroMQ instead .

+4
source

Wcf . WCF TCP, , - IP UDP, .

TCP, . . http://forums.silverlight.net/t/17502.aspx/2/10

+2

All Articles