Microsoft.AspNetCore.Http.Timeouts Namespace
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.
Classes
DisableRequestTimeoutAttribute |
Metadata that disables request timeouts on an endpoint. |
RequestTimeoutAttribute |
Metadata that provides endpoint-specific request timeouts. |
RequestTimeoutOptions |
Specifies options for the request timeouts middleware. |
RequestTimeoutPolicy |
Defines the policy for request timeouts middleware. |
Interfaces
IHttpRequestTimeoutFeature |
Used to control timeouts on the current request. |