Gets the wrapped stream and locks access until it's disposed.
The returned stream should be disposed after use as soon as possible.
- Namespace
- Statiq
.Common - Containing Type
- LockingStreamWrapper
Syntax
public Stream GetStream()
Return Value
Type | Description |
---|---|
Stream | The wrapped stream. |