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)

function get FileStream () : Stream 
private function set FileStream (value : Stream)

Property Value

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