StreamTools ThreadSafeStream ClassNetworkComms.Net Help
A wrapper around a stream to ensure it can be accessed in a thread safe way. The .net implementation of Stream.Synchronized is not suitable on its own.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem MarshalByRefObject
    OnlineSystem.IO Stream
      NetworkCommsDotNet.Tools StreamTools ThreadSafeStream

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

public class ThreadSafeStream : Stream, 
	IDisposable
See Also