FileStreamResult Constructor

Visual Studio 2010

Initializes a new instance of the FileStreamResult class.

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

'Declaration
Public Sub New ( _
	fileStream As Stream, _
	contentType As String _
)

Parameters

fileStream
Type: System.IO.Stream
The stream to send to the response.
contentType
Type: System.String
The content type to use for the response.

ExceptionCondition
ArgumentNullException

The fileStream parameter is Nothing.

Community Additions

ADD
Show: