httptimeoutrestsharprest-client

What is default timeout value of RestSharp RestClient?


Anybody aware of default timeout value of RestSharp RestClient ?


Solution

  • RestSharp is using HttpWebRequest under the hood, which has a default timeout of 100 seconds.