【发布时间】:2014-04-18 00:29:33
【问题描述】:
我最担心的是我的 WCF 的性能,我知道使用 wshttpbinding 比 basichttpbinding 慢得多,但它更安全,因为消息是加密的。
但是当我做speed performance 测试时,性能差异很大。
我的回复有时高达 1 mb。所以我的问题是,当我需要性能而不是 security 时,basichttpbinding 是要走的路吗?
无论如何我都在使用https,所以它也是安全连接,或者无论如何我可以通过使用wshttpbiding优化性能并达到basichttpbinding速度?
感谢您的回答
【问题讨论】:
-
仅供参考 ...如果您对自定义绑定感兴趣,您可能需要查看以下站点:webservices20.blogspot.co.il/2009/08/…
标签: .net web-services wcf wshttpbinding basichttpbinding