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
source
share