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)
Syntax
'Declaration
Public Property FileStream As Stream
Get
Private Set
public Stream FileStream { get; private set; }
public:
property Stream^ FileStream {
Stream^ get ();
private: void set (Stream^ value);
}
Property Value
Type: System.IO.Stream
The file stream.