HttpRuntimeSection.RequestLengthDiskThreshold Property
.NET Framework 3.0
Gets or sets the input-stream buffering threshold.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_RequestLengthDiskThreshold () /** @property */ public void set_RequestLengthDiskThreshold (int value)
public function get RequestLengthDiskThreshold () : int public function set RequestLengthDiskThreshold (value : int)
Not applicable.
Property Value
The number of bytes that indicate the input-stream buffering threshold. The default is 256 bytes.| Exception type | Condition |
|---|---|
| The selected value is greater than MaxRequestLength. |
Community Additions
ADD
Show: