KestrelServerLimits 클래스

정의

public ref class KestrelServerLimits
public class KestrelServerLimits
type KestrelServerLimits = class
Public Class KestrelServerLimits
상속
KestrelServerLimits

생성자

KestrelServerLimits()

속성

KeepAliveTimeout

keep-alive 시간 제한을 가져오거나 설정합니다.

MaxRequestBufferSize

요청 버퍼의 최대 크기를 가져오거나 설정합니다.

MaxRequestHeaderCount

HTTP 요청당 허용되는 최대 헤더 수를 가져오거나 설정합니다.

MaxRequestHeadersTotalSize

HTTP 요청 헤더에 허용되는 최대 크기를 가져오거나 설정합니다.

MaxRequestLineSize

HTTP 요청 줄에 허용되는 최대 크기를 가져오거나 설정합니다.

MaxResponseBufferSize

쓰기 호출이 버퍼 크기가 구성된 제한 아래로 떨어질 때까지 완료되지 않는 작업을 차단하거나 반환하기 전에 응답 버퍼의 최대 크기를 가져오거나 설정합니다.

RequestHeadersTimeout

서버에서 요청 헤더를 받는 데 소요되는 최대 시간을 가져오거나 설정합니다.

적용 대상