///<inheritdoc /> public override int EndRead(IAsyncResult asyncResult) { ThrowIfDisposed(); return(UnderlyingStream.EndRead(asyncResult)); }