HttpRequestBase::InputStream Property

 

When overridden in a derived class, 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();
}

Property Value

Type: System.IO::Stream^

The contents of the incoming HTTP entity body.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: