最佳的绑定技术,可交换大量数据 [英] Best binding technology to exchange big amount of data

查看:99
本文介绍了最佳的绑定技术,可交换大量数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

早上好!
我正在开发Windows窗体应用程序,并在其上托管wcf服务,在此服务中,我将公开一些Windows服务将要使用的方法.通过这种方法,我将收到大量数据以及短消息,您向我推荐什么绑定技术?
在此先多谢!

Marie

Good morning!
I am developing a windows form application and i am hosting a wcf service on it, in this service I will expose some methods to be consumed by a windows service. through this method i will received big amount of data and also short messages, what binding technology do you recommend me?
thanks a lot in advance!

Marie

推荐答案

您可以尝试MTOM-
You could try MTOM -
<wsHttpBinding>
        <binding messageEncoding="Mtom" />
</wsHttpBinding>


这篇关于最佳的绑定技术,可交换大量数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆