DisableRequestTimeoutAttribute 클래스

정의

엔드포인트에서 요청 시간 제한을 사용하지 않도록 설정하는 메타데이터입니다.

[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
상속
DisableRequestTimeoutAttribute
특성

설명

요청 시간 제한 미들웨어가 이 엔드포인트에 적용되지 않도록 완전히 비활성화합니다.

생성자

DisableRequestTimeoutAttribute()

엔드포인트에서 요청 시간 제한을 사용하지 않도록 설정하는 메타데이터입니다.

메서드

ToString()

엔드포인트에서 요청 시간 제한을 사용하지 않도록 설정하는 메타데이터입니다.

적용 대상