KestrelServerLimits.MaxRequestBodySize 属性

定义

获取或设置任何请求正文允许的最大大小(以字节为单位)。 如果设置为 null,则最大请求正文大小不受限制。 此限制对始终不受限制的升级连接没有影响。 这可以通过 按请求 IHttpMaxRequestBodySizeFeature重写。 默认为 30,000,000 字节,大约为 28.6MB。

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)

属性值

适用于