System.Web.Configuration.HttpRuntimeSection.RequestLengthDiskThreshold Property

Gets or sets the input-stream buffering threshold.

Syntax

[System.Configuration.ConfigurationProperty("requestLengthDiskThreshold", DefaultValue="80")]
[System.Configuration.IntegerValidator(MinValue=1, MaxValue=2147483647)]
public int RequestLengthDiskThreshold { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HttpRuntimeSection.RequestLengthDiskThreshold property specifies the input-stream buffering threshold limit in number of bytes. Its value should not exceed the HttpRuntimeSection.MaxRequestLength property value. After a request entity exceeds this threshold, it is buffered transparently onto disk.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0