Class StreamResult
StreamResult class
Represents operation result in the form of Stream.
public sealed class StreamResult : IOperationResult
Properties
| Name | Description |
|---|
| Data { get; } | Gets raw data. |
| IsFile { get; } | Indicates whether the result is a path to an output file. |
| IsStream { get; } | Indicates whether the result is a path to an output file. |
| IsString { get; } | Indicates whether the result is a string. |
Methods
| Name | Description |
|---|
| ToFile() | Tries to convert the result to a file. |
| ToStream() | Tries to convert the result to a stream object. |
See Also