Groups
Groups
Sign in
Groups
Groups
RestSharp
Conversations
About
Send feedback
Help
Setting `MaxTimeout` in `RestClientOptions`
121 views
Skip to first unread message
Tall Navy Guy
unread,
Jul 11, 2024, 6:22:59 PM
7/11/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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