Increasing the timeout value in a WCF service

后端 未结 5 615
半阙折子戏
半阙折子戏 2020-11-27 13:03

How do I increase the default timeout to larger than 1 minute on a WCF service?

5条回答
  •  清酒与你
    2020-11-27 13:55

    In addition to the binding timeouts (which are in Timespans), You may also need this as well. This is in seconds.

    
        
    

提交回复
热议问题