KestrelServerOptions.MaxRequestBufferSize Proprietà

Definizione

Attenzione

This property is obsolete and will be removed in a future version. Use Limits.MaxRequestBufferSize instead.

Questa proprietà è obsoleta e verrà rimossa in una versione futura. Usare invece Limits.MaxRequestBufferSize.

Ottiene o imposta la dimensione massima del buffer della richiesta.

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)

Valore della proprietà

Attributi

Commenti

Se impostato su Null, le dimensioni del buffer delle richieste sono illimitate. Il valore predefinito è 1.048.576 byte (1 MB).

Si applica a