FileStreamResult.FileStream Property

Visual Studio 2010

Gets the stream that will be sent to the response.

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

'Declaration
Public Property FileStream As Stream
	Get
	Private Set

Property Value

Type: System.IO.Stream
The file stream.

Community Additions

ADD
Show: