IHttpMaxRequestBodySizeFeature.MaxRequestBodySize 속성

정의

현재 요청 본문의 최대 허용 크기(바이트)입니다. null로 설정하면 최대 요청 본문 크기가 무제한입니다. 요청 본문 읽기가 시작된 후에는 수정할 수 없습니다. 이 제한은 항상 무제한인 업그레이드된 연결에 영향을 주지 않습니다.

public:
 property Nullable<long> MaxRequestBodySize { Nullable<long> get(); void set(Nullable<long> value); };
public long? MaxRequestBodySize { get; set; }
member this.MaxRequestBodySize : Nullable<int64> with get, set
Public Property MaxRequestBodySize As Nullable(Of Long)

속성 값

설명

기본적으로 서버의 전역 최대 요청 본문 크기 제한으로 설정됩니다.

적용 대상