NonClosingStreamWrap ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Implements a stream wrapper that does not close/get disposed. This stream is needed for TextWriter defect that always closes stream in its destructor
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem MarshalByRefObject
    OnlineSystem.IO Stream
      NFX.IO NonClosingStreamWrap

Namespace: NFX.IO
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public sealed class NonClosingStreamWrap : Stream
See Also