c# - Duplex WCF: host runs on desktop, interacts with website (client)? -


i want use duplex wcf between host (a desktop app) , web site, web site client , desktop app runs wcf host.

the user should click on button on web site, ajax call asmx web service in turn should send command host (which talks bunch of other desktop apps; i've learned how last part tutorials found online)

i want 2 interfaces: 1 between host , bunch of other desktop clients (which know how do) , 1 between host , website, @ point needs receive message/command website (this part need on).

i've seen examples of duplex wcf between host , client client desktop application (gui), not client website/web service.

how go doing this?


Comments

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -