MultipartReader.BodyLengthLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The optional limit for the body length of each multipart section. The hosting server is responsible for limiting the overall body length.
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)