|
|
1
8
|
|
|
2
2
我找到了解决办法。问题是底层内核http。sys有自己的超时,它会中断连接。
还有,这个问题和这个类似 What 130 second timeout is killig my WCF streaming service call? |
|
|
3
1
在我看来,你好像想调整
如果是,尝试创建一个 Message Inspector 。这将允许您修改发送的每条消息的HTTP头:
|
|
|
4
1
设置服务点。MaxIdleTime应该允许您更改持久HTTP连接的默认100秒空闲超时。 https://www.visualbasicplanet.info/windows-communication/configuring-http-connections.html |
|
|
5
0
从…起
this answer
,以及我能读到的东西
here
,看起来您想要创建一个自定义http绑定,并设置
从MSDN文章中:
|
|
|
6
0
这个怎么样?似乎这可能是您的IIS服务器的功能,与WCF服务无关?我知道这个链接适用于iIS6,但是它可能是IIS7中类似的基础吗? http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/73566f83-c257-4941-8ed8-7ae45b2e7985.mspx?mfr=true |