问题
Anybody aware of default timeout value of RestSharp RestClient ?
回答1:
RestSharp is using HttpWebRequest under the hood, which has a default timeout of 100 seconds.
来源:https://stackoverflow.com/questions/28829524/what-is-default-timeout-value-of-restsharp-restclient