Microsoft.Azure.Amqp.AsyncIO.OpenInternal C# (CSharp) Method

OpenInternal() protected method

protected OpenInternal ( ) : bool
return bool
        protected override bool OpenInternal()
        {
            this.reader.StartReading();
            return true;
        }