Click here to Skip to main content
15,905,563 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing WCF Service. Once the client gives request, my service has to send some messages like Task 1 completed, Task 2 completed vise versa... and finally need to send response.

Up to now I am giving response to client perfectly. But I want to give processing information to the client while the client waiting for final response.

Technology used:

Client : DOTNET Application V3.5
Server : DOTNET WCF Services.
Bindings : Streamed request binding.

I am sorry if I was not able to explain clearly. Please help me regarding this.
Posted

Actually you have to send events from the server to the client. It is possible with WCF, Microsoft uses to call such a service a "duplex service". With that search term, you'll find some more detailed help on the web.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900