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

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -