Click here to Skip to main content
16,013,642 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all!
Anyone can help me to answer the question "How to send data from wcf hosted in IIS to window application?".
Imagine that, i have application A(some kinds of application) calling WCF to save log information. Wcf will store that information into Database/flat file,etc...and will send that saved information to Application B(window form application). After receiving the logged information, the Application B will show it on form or something else.
Thank in advance
Huong
Posted

I have used SendMessage to send information from wcf service to Application
Thank all
 
Share this answer
 
WCF does not "send" information, your client application need to request the information. A server application (WCF) has no knowledge of a client application, it only services requests.
 
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