webservice timeout 详解

本文介绍了两种Web服务超时设置方法:一种是在服务器端确保Web服务方法不会永远运行,并在超过指定时间后中止;另一种是在客户端确保客户端不会永远等待Web服务响应。详细解释了如何通过web.config文件中的<httpRuntime>元素来调整服务器端超时时间,并介绍了客户端通过SoapHttpClientProtocol类的Timeout属性来控制等待时间。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Which timeout are you looking for?
There are 2 actually.

One on a server which makes sure that your WebService method is not running 
forever and will be aborted if exceeds some time.
I do not see Timeout property in WebService class.
http://msdn.microsoft.com/en-us/libr...e_members.aspx
You can set/change this time out in web.config See: <httpRuntime 
executionTimeout="..."/>


Another one is on a client which makes sure that your client is not waiting 
forever for WebService to reply...
The class is actually called SoapHttpClientProtocol and it has a Timeout 
property.

George.

 

转自 http://www.velocityreviews.com/forums/t643044-how-to-set-timeout-for-webservice.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值