HttpRequestBase.GetBufferlessInputStream Method
.NET Framework (current version)
When implemented in a derived class, gets a Stream object that can be used to read the incoming HTTP entity body.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | GetBufferlessInputStream() | When implemented in a derived class, gets a Stream object that can be used to read the incoming HTTP entity body, optionally disabling the request length limit that is set in the MaxRequestLength property. |
![]() | GetBufferlessInputStream(Boolean) | When implemented in a derived class, gets a Stream object that can be used to read the incoming HTTP entity body, optionally disabling the request length limit that is set in the MaxRequestLength property. |
Show:
