Class StreamFileContent
Represents the content of a file using a stream.
Inherited Members
Namespace: SimpleResults
Assembly: SimpleResults.dll
Syntax
public class StreamFileContent
Constructors
| Name | Description |
|---|---|
| StreamFileContent(Stream) | Initializes a new instance of the StreamFileContent class
with the provided |
Properties
| Name | Description |
|---|---|
| Content | Gets the stream that represent the file contents. |
| ContentType | Gets or sets the content type. Its default value is an empty string. |
| FileName | Gets or sets the file name. Its default value is an empty string. |