KestrelServerOptions.MaxRequestBufferSize Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
This property is obsolete and will be removed in a future version. Use Limits.MaxRequestBufferSize instead.
Essa propriedade está obsoleta e será removida em uma versão futura.
Use Limits.MaxRequestBufferSize
em vez disso.
Obtém ou define o tamanho máximo do buffer de solicitação.
public:
property Nullable<long> MaxRequestBufferSize { Nullable<long> get(); void set(Nullable<long> value); };
public long? MaxRequestBufferSize { get; set; }
[System.Obsolete("This property is obsolete and will be removed in a future version. Use Limits.MaxRequestBufferSize instead.")]
public long? MaxRequestBufferSize { get; set; }
member this.MaxRequestBufferSize : Nullable<int64> with get, set
[<System.Obsolete("This property is obsolete and will be removed in a future version. Use Limits.MaxRequestBufferSize instead.")>]
member this.MaxRequestBufferSize : Nullable<int64> with get, set
Public Property MaxRequestBufferSize As Nullable(Of Long)
Valor da propriedade
- Atributos
Comentários
Quando definido como nulo, o tamanho do buffer de solicitação é ilimitado. O padrão é 1.048.576 bytes (1 MB).