本文介绍了回调与NetTcpBinding的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

时NetTcpBinding的支持回调?如果是这样,请重定向我任何适当的例子。谢谢

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

推荐答案

考虑使用双工消息。 NetTcpBinding的支持它本身,不像HTTP,你需要一个特殊的绑定(WSDualHttpBinding。)

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

这篇关于回调与NetTcpBinding的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-17 02:31