Amazon.Runtime.Internal.EventStream.EventStream C# (CSharp) 메소드

EventStream() 개인적인 메소드

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