8 references to ReadLinesCommand
System (8)
net\System\Net\mail\SmtpCommands.cs (8)
191
return
ReadLinesCommand
.BeginSend(conn, callback, state);
197
return
ReadLinesCommand
.BeginSend(conn, callback, state);
212
return CheckResponse(
ReadLinesCommand
.EndSend(result));
232
return CheckResponse(
ReadLinesCommand
.Send(conn));
238
return CheckResponse(
ReadLinesCommand
.Send(conn));
363
return
ReadLinesCommand
.BeginSend(conn, callback, state);
390
return CheckResponse(
ReadLinesCommand
.EndSend(result));
407
return CheckResponse(
ReadLinesCommand
.Send(conn));