Setting `MaxTimeout` in `RestClientOptions`

121 views
Skip to first unread message

Tall Navy Guy

unread,
Jul 11, 2024, 6:22:59 PM7/11/24
to RestSharp
Hi,
I have standardized code that I brought in from Postman that does

```C#
result = new RestClientOptions(baseUrl) { MaxTimeout = -1 }; 
```
But, with v111, the `MaxTimeout` property doesn't exist.  Yet, the docs at https://restsharp.dev/docs/advanced/configuration#client-options, which are labeled as being for v111, still list it.  

Where can I set this property?

Regards,


Brian Hart
Reply all
Reply to author
Forward
0 new messages