RestSharp设置ConnectionLeaseTimeout

时间:2017-12-11 21:33:20

标签: c# restsharp

我有多个后端服务器通过一个IP地址进行负载平衡。我的前端使用RestSharp对这些服务器进行http调用。

我想设置ConnectionLeaseTimeout,因为当前的空闲时间非常少,以至于我的连接永远不会关闭并且只能连接到一台服务器。我们使用RestSharp,有没有办法做到这一点?

我尝试通过ServicePointManager为URI全局设置它,但不久之后ConnectionLeaseTimeout会回到-1。

0 个答案:

没有答案