diff --git a/src/Microsoft.OData.Client/DataServiceContext.cs b/src/Microsoft.OData.Client/DataServiceContext.cs index d57e54c684..8919f84434 100644 --- a/src/Microsoft.OData.Client/DataServiceContext.cs +++ b/src/Microsoft.OData.Client/DataServiceContext.cs @@ -495,8 +495,11 @@ public virtual Func ResolveType /// the target data service for it to have effect on the on the request. /// The value may be changed between requests to a data service and the new value /// will be picked up by the next data service request. + /// To configure a shared timeout for all requests, set the property + /// with an that provides an + /// with the desired value. + /// When both this property and are set, this per-request timeout takes precedence. /// - [Obsolete("The Timeout property is obsolete. Use IHttpClientFactory to configure the timeout.")] public virtual int Timeout { get