You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Obsolete("The Timeout property is obsolete. Use IHttpClientFactory to configure the timeout.")]
mentions a non-existing property. I can only find HttpClientHandlerProvider.
Describe the solution you'd like
Easily accessible documentation on how to properly configure a timeout for the server response
Including a ready-to-copy example
Taking into account that most users will have their context builders auto-generated by the wizard
Actually, since a solution will most likely be in the range of 20 source lines and not trivially memorizable, consider reintroducing the simpler timeout property
Describe alternatives you've considered
My usecase is borderline, so just hammering repeats will someday succeed fast enough 🤪
Is your feature request related to a problem? Please describe.
odata.net/src/Microsoft.OData.Client/DataServiceContext.cs
Line 499 in 2f80bce
mentions a non-existing property. I can only find
HttpClientHandlerProvider.Describe the solution you'd like
Describe alternatives you've considered
Additional context
Would you like to work on this feature?