Amazon.Runtime.Internal.Util.EventStream.EventStream C# (CSharp) Метод

EventStream() приватный Метод

private EventStream ( Stream stream, bool disableClose ) : System
stream Stream
disableClose bool
Результат System
        internal EventStream(Stream stream, bool disableClose)
            : base(stream)
        {
            //this.wrappedStream = stream;
            this.disableClose = disableClose;
        }