HttpRequestWrapper::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)
public: property ReadEntityBodyMode ReadEntityBodyMode { virtual ReadEntityBodyMode get() override; }
Property Value
Type: System.Web::ReadEntityBodyModeThe value that indicates how the request entity body was read, or that it has not been read.
.NET Framework
Available since 4.5
Available since 4.5
Show: