Amazon.Runtime.Internal.EventStream.EventStream C# (CSharp) Method

EventStream() private method

private EventStream ( Stream stream, bool disableClose ) : System
stream Stream
disableClose bool
return System
        internal EventStream(Stream stream, bool disableClose)
        {
            this.wrappedStream = stream;
            this.disableClose = disableClose;
        }