Hi everyone
Is NetTCPBinding supporting Callbacks? If so, please redirect me to any appropriate example. Thanks
Hi everyone
Is NetTCPBinding supporting Callbacks? If so, please redirect me to any appropriate example. Thanks
Look into using Duplex Messaging. NetTCPBinding supports it natively, unlike with HTTP, where you need a special binding (WSDualHttpBinding.)
Go for duplex communication. At the start of each client, client would register itself with wcfservice, and there after, wcf service will callback to client whenever sender app is feeding wcf!