다음을 통해 공유


LoggingOptions.RequestBodyReadTimeout 속성

정의

요청 본문을 읽을 때까지 대기할 최대 시간을 가져오거나 설정합니다.

public TimeSpan RequestBodyReadTimeout { get; set; }
member this.RequestBodyReadTimeout : TimeSpan with get, set
Public Property RequestBodyReadTimeout As TimeSpan

속성 값

기본값은 1초입니다.

설명

값은 1밀리초에서 1분 범위여야 합니다.

적용 대상