FileStreamResult.FileStream Property

Definition

Gets the stream that will be sent to the response.

public System.IO.Stream FileStream { get; }
member this.FileStream : System.IO.Stream
Public ReadOnly Property FileStream As Stream

Property Value

The file stream.

Applies to