Пример #1
0
 internal ReadLinesAsyncResult(SmtpReplyReaderFactory parent, AsyncCallback?callback, object?state, bool oneLine) : base(null, state, callback)
 {
     _oneLine = oneLine;
     _parent  = parent;
 }