Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Frnds,

I have a wpf application which is running on diffrunt clients pc which get data from a wcf web service.

Now when update some data from web service I need to notify that to perticar client.

So I need to push data from web service to client

How can I do this?

Thanks in Advance.
Posted
Comments
ZurdoDev 15-Nov-13 7:39am    
A web service only responds to requests, I don't think there is any way to have it send a request. What you'll need to do is query periodically from the client to your service to see if there are updates.

1 solution

try this link,.it may be helpful for you

http://www.dotnetcurry.com/ShowArticle.aspx?ID=721[^]
 
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