HttpRequest.ReadEntityBodyMode Property
Gets a value that indicates whether the request entity body has been read, and if so, how it was read.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.ReadEntityBodyModeThe value that indicates how the request entity body was read, or that it has not been read.
This method is used to avoid the exception that is thrown if the entity body has already been read and an attempt is made to read it by using an incompatible method. Methods and properties that read the entity body include the following:
The Form property.
The Files property.
The InputStream property.
The GetBufferedInputStream method.
The GetBufferlessInputStream method.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.