Compartir a través de


MultipartReader.BodyLengthLimit Propiedad

Definición

Límite opcional para la longitud del cuerpo de cada sección de varias partes. El servidor de hospedaje es responsable de limitar la longitud total del cuerpo.

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

Valor de propiedad

Se aplica a