Table of Contents

Interface IFileStreamResult

Namespace
GroupeIsa.Neos.Shared.IO
Assembly
GroupeIsa.Neos.Shared.dll

Represents a IFileResult that when executed will write a file from a stream to the response.

public interface IFileStreamResult : IFileResult
Inherited Members

Properties

FileStream

Gets the stream with the file that will be sent back as the response.

Stream FileStream { get; }

Property Value

Stream