FileStreamResult Class

 

Sends binary content to the response by using a Stream instance.

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


public ref class FileStreamResult : FileResult

NameDescription
System_CAPS_pubmethodFileStreamResult(Stream^, String^)

Initializes a new instance of the FileStreamResult class.

NameDescription
System_CAPS_pubpropertyContentType

Gets the content type to use for the response.(Inherited from FileResult.)

System_CAPS_pubpropertyFileDownloadName

Gets or sets the content-disposition header so that a file-download dialog box is displayed in the browser with the specified file name.(Inherited from FileResult.)

System_CAPS_pubpropertyFileStream

Gets the stream that will be sent to the response.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodExecuteResult(ControllerContext^)

Enables processing of the result of an action method by a custom type that inherits from the ActionResult class.(Inherited from FileResult.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_protmethodWriteFile(HttpResponseBase^)

Writes the file to the response.(Overrides FileResult::WriteFile(HttpResponseBase^).)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: