Click or drag to resize

DisposableTempFileOpenRead Method

Opens the temporary file for reading. Requires that IsCreated is true.

Namespace:  Atalasoft.Shared.IO
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Stream OpenRead()

Return Value

Type: Stream
A stream which can be used to read from the temporary file.
See Also