WSHttp binding and ReliableSession / MaxRetryCount
问题 When using a WSHttpBinding in WCF with reliableSessions enabled, my service reference updates itself to: <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="true"> </reliableSession> I cannot add the maxRetryCount attribute to the reliableSession as long as the binding is configured as a WSHttpBinding. Now my question: what is the value of maxRetryCount when using a WSHttpBinding, and is there any way to change this in config; without the use of a CustomBinding? 回答1: You