RequestTimeoutOptions.DefaultPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applied to any request without a policy set via endpoint metadata. No value by default.
public Microsoft.AspNetCore.Http.Timeouts.RequestTimeoutPolicy? DefaultPolicy { get; set; }
member this.DefaultPolicy : Microsoft.AspNetCore.Http.Timeouts.RequestTimeoutPolicy with get, set
Public Property DefaultPolicy As RequestTimeoutPolicy