I need help!
How can I send string parameter from Windows Form application to thread in Windows Service through WCF?
Please, help me
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AartiPosted Dec 28, 2011, 4:34 AM
Andrew SmirnovPosted Dec 27, 2011, 11:27 AM
Andrew SmirnovPosted Dec 26, 2011, 12:10 PM
AartiPosted Dec 26, 2011, 2:09 AM
The easiest way is using a self hosted WCF service. If the Service and client are on the same machine you can use an in memory named pipe binding.
http://msdn.microsoft.com/en-us/library/system.servicemodel.netnamedpipebinding.aspx
http://omegacoder.com/?p=101
or you could use a tcp binding if the client resides on a different machine http://msdn.microsoft.com/en-us/library/ms733769.aspx