HttpRequest::ReadEntityBodyMode Property
.NET Framework (current version)
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.
.NET Framework
Available since 4.5
Available since 4.5
Show: