相关疑难解决方法(0)

WSHttp绑定和ReliableSession/MaxRetryCount

WSHttpBinding启用了reliableSessions的WCF中使用时,我的服务引用会将自身更新为:

<reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="true">
</reliableSession>
Run Code Online (Sandbox Code Playgroud)

maxRetryCount只要将绑定配置为WSHttpBinding,我就无法将该属性添加到reliableSession.

现在我的问题是:maxRetryCount使用WSHttpBinding时的价值是什么,有没有办法在配置中改变它; 不使用CustomBinding?

wcf ws-reliablemessaging wshttpbinding

3
推荐指数
1
解决办法
6042
查看次数

标签 统计

wcf ×1

ws-reliablemessaging ×1

wshttpbinding ×1