StreamTools ThreadSafeStream Constructor (Stream)NetworkComms.Net Help
Create a thread safe stream. Once any actions are complete the stream must be correctly disposed by the user.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public ThreadSafeStream(
	Stream stream
)
See Also