Create a thread safe stream. Once any actions are complete the stream must be correctly disposed by the user.
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- stream
- Type: System.IO Stream
The stream to make thread safe
See Also