This documentation is archived and is not being maintained.
HttpRequest::InputStream Property
.NET Framework (current version)
Gets the contents of the incoming HTTP entity body.
Namespace:
System.WebAssembly:
System.Web (in System.Web.dll)
public:
property Stream^ InputStream {
Stream^ get();
}
Property Value
Type:
System.IO::Stream^A Stream object representing the contents of the incoming HTTP content body.
The following code example copies the contents of an InputStream into a string.
No code example is currently available or this language may not be supported.
.NET Framework
Available since 1.1
Return to top