HttpRequest.GetBufferlessInputStream Method
.NET Framework 4.5
Gets a Stream object that can be used to read the incoming HTTP entity body.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetBufferlessInputStream() | Gets a Stream object that can be used to read the incoming HTTP entity body. |
|
GetBufferlessInputStream(Boolean) | 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. |