I have a WPF desktop application. This application is required to expose certain functions for the external remote clients. Currently we have a socket protocol which we expose for the external clients. Can we instead (or also) use WCF to expose these functions as a service ?
Asked
Active
Viewed 1,107 times
0
-
3Yes, you can do that. However, you should have just tried it before asking here. – Clemens Jun 23 '14 at 09:53
-
1possible duplicate of [Hosting WCF web service inside WPF application](http://stackoverflow.com/questions/9453590/hosting-wcf-web-service-inside-wpf-application) – CodeCaster Jun 23 '14 at 10:11