internal ReadLinesAsyncResult(SmtpReplyReaderFactory parent, AsyncCallback?callback, object?state, bool oneLine) : base(null, state, callback) { _oneLine = oneLine; _parent = parent; }