Class ByteArrayFileContent
Represents the content of a file using an array of bytes.
Inherited Members
Namespace: SimpleResults
Assembly: SimpleResults.dll
Syntax
public class ByteArrayFileContent
Constructors
| Name | Description |
|---|---|
| ByteArrayFileContent(Byte[]) | Initializes a new instance of the ByteArrayFileContent class
with the provided |
Properties
| Name | Description |
|---|---|
| Content | Gets the bytes 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. |