什么是wcf中的ReliableCommunication [英] what is ReliableCommunication in wcf

查看:83
本文介绍了什么是wcf中的ReliableCommunication的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是wcf中的ReliableCommunication

我们可以在webservices

what is ReliableCommunication in wcf

can we do this one in webservices

推荐答案



总结-可靠性意味着确保安全地到达消息(从客户端到服务器)而没有任何通信错误.

在WCF中,只需很少的配置条目即可实现.

在wcf中,默认情况下支持此功能的绑定是:tcp,命名管道和wshttp等

通过使用http,如果要实现可靠性-那么必须在wcf
中进行自定义绑定
希望对您有所帮助!.

问候,
-Vinayak
Hi,

In summary - Reliability means ensuring that the message is reached safely (from client to the server) without any communication errors.

In WCF this can be achieved with just few of the configurations entries.

Bindings in wcf which supports this by default are : tcp,named pipe and wshttp etc

By using http, if you want to achieve reliability - then you have to go for the custom binding in wcf

I hope this helps!.

Regards,
-Vinayak


消息的转换必须转换为
还是可以安全地通过网络
the transformation of message is must to
or it go safely through the network


MSDN链接此处 [ ^ ].
MSDN link here[^].


这篇关于什么是wcf中的ReliableCommunication的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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