Constructor StreamFileContent
| Improve this Doc View SourceStreamFileContent(Stream)
Initializes a new instance of the StreamFileContent class
with the provided content.
Declaration
public StreamFileContent(Stream content)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | content | The stream that represent the file contents. |