HttpPostedFileBase::InputStream Property

 

When overridden in a derived class, gets a Stream object that points to an uploaded file to prepare for reading the contents of the file.

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

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

Property Value

Type: System.IO::Stream^

An object for reading a file.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: