FileStreamResult::FileStream Property

Gets the stream that will be sent to the response.

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

public:
property Stream^ FileStream {
	Stream^ get ();
	private: void set (Stream^ value);
}

Property Value

Type: System.IO::Stream
The file stream.
Show: