HttpRequestWrapper::InputStream Property

 

Gets the contents of the incoming HTTP entity body.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property Stream^ InputStream {
	virtual Stream^ get() override;
}

Property Value

Type: System.IO::Stream^

The contents of the incoming HTTP content body.

.NET Framework
Available since 3.5
Return to top
Show: