RequestTimeoutOptions.Policies 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.
Dictionary of policies that would be applied per endpoint. Policy names are case-insensitive.
public System.Collections.Generic.IDictionary<string,Microsoft.AspNetCore.Http.Timeouts.RequestTimeoutPolicy> Policies { get; }
member this.Policies : System.Collections.Generic.IDictionary<string, Microsoft.AspNetCore.Http.Timeouts.RequestTimeoutPolicy>
Public ReadOnly Property Policies As IDictionary(Of String, RequestTimeoutPolicy)