FileStreamResult.FileStream Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.