Increasing the timeout value in a WCF service

后端 未结 5 607
半阙折子戏
半阙折子戏 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:42

    Different timeouts mean different things. When you're working on the client.. you're probably looking mostly at the SendTimeout - check this reference - wonderful and relevant explanation: http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/84551e45-19a2-4d0d-bcc0-516a4041943d/

提交回复
热议问题