Adiel
Adiel

Reputation: 331

WCF service interface exchange

I want to avoid the duplex Chanel in WCF and create callback service on client, pass the client address to server so the server can call the client any time. (maybe different binding etc.)

How can I pass the callback interface to the client? (I still want the server to manage this interface and to avoid put it in seperate DLL. Any Ideas? Thanks

Upvotes: 0

Views: 80

Answers (1)

Ladislav Mrnka
Ladislav Mrnka

Reputation: 364279

Such interface can be passed only in shared assembly.

Upvotes: 0

Related Questions