WCF service timeout

前端 未结 4 1117
离开以前
离开以前 2020-12-19 09:52

Is there a way to set a tiemout on the service side so that the request stops processing if it exceeds the timeout? I know I can time the request out on the client side, bu

4条回答
  •  遥遥无期
    2020-12-19 10:35

    You can set this up in your service bindings, the link below shows the values to set on the service side as well as client side.

    http://geekswithblogs.net/smyers/archive/2011/10/05/wcf-service-message-timeouts-size-limits-tips-and-tricks.aspx

提交回复
热议问题