8 references to ReadLinesCommand
System.Net.Mail (8)
System\Net\Mail\SmtpCommands.cs (8)
196
return
ReadLinesCommand
.BeginSend(conn, callback, state);
202
return
ReadLinesCommand
.BeginSend(conn, callback, state);
217
return CheckResponse(
ReadLinesCommand
.EndSend(result));
237
return CheckResponse(
ReadLinesCommand
.Send(conn));
243
return CheckResponse(
ReadLinesCommand
.Send(conn));
352
return
ReadLinesCommand
.BeginSend(conn, callback, state);
380
return CheckResponse(
ReadLinesCommand
.EndSend(result));
397
return CheckResponse(
ReadLinesCommand
.Send(conn));