ReadEntityBodyMode Enumeration
.NET Framework (current version)
Specifies constants that indicate how the entity body of an HTTP request has been read.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| Buffered | The entity body has been read into a Stream object by using the GetBufferedInputStream method. | |
| Bufferless | The entity body has been read into a Stream object by using the GetBufferlessInputStream method. | |
| Classic | The entity body has already been read and its contents have been put into HTTP request collections like Form, Files, InputStream, and BinaryRead. | |
| None | The entity body has not been read. |
.NET Framework
Available since 4.5
Available since 4.5
Show: