DisableRequestTimeoutAttribute Class
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.
Metadata that disables request timeouts on an endpoint.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)]
public sealed class DisableRequestTimeoutAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)>]
type DisableRequestTimeoutAttribute = class
inherit Attribute
Public NotInheritable Class DisableRequestTimeoutAttribute
Inherits Attribute
- Inheritance
-
DisableRequestTimeoutAttribute
- Attributes
Remarks
Completely disables the request timeouts middleware from applying to this endpoint.
Constructors
DisableRequestTimeoutAttribute() |
Methods
ToString() | System.Attribute.ToString |