FileStreamHttpResult.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 with the file that will be sent back as the response.
public System.IO.Stream FileStream { get; }
member this.FileStream : System.IO.Stream
Public ReadOnly Property FileStream As Stream