Question

Is NetTCPBinding supporting Callbacks? If so, please redirect me to any appropriate example. Thanks

Was it helpful?

Solution

Look into using Duplex Messaging. NetTCPBinding supports it natively, unlike with HTTP, where you need a special binding (WSDualHttpBinding.)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top