在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?