Amazon.Runtime.Internal.Util.EventStream.EventStream C# (CSharp) Méthode

EventStream() private méthode

private EventStream ( Stream stream, bool disableClose ) : System
stream Stream
disableClose bool
Résultat System
        internal EventStream(Stream stream, bool disableClose)
            : base(stream)
        {
            //this.wrappedStream = stream;
            this.disableClose = disableClose;
        }