5 writes to responseReader
System (5)
net\System\Net\mail\smtpconnection.cs (5)
343
responseReader
= new SmtpReplyReaderFactory(pooledStream.NetworkStream);
413
responseReader
= new SmtpReplyReaderFactory(pooledStream.NetworkStream);
703
connection.
responseReader
= new SmtpReplyReaderFactory(connection.pooledStream.NetworkStream);
932
connection.
responseReader
= new SmtpReplyReaderFactory(connection.pooledStream.NetworkStream);
956
thisPtr.connection.
responseReader
= new SmtpReplyReaderFactory(thisPtr.connection.pooledStream.NetworkStream);
2 references to responseReader
System (2)
net\System\Net\mail\smtpconnection.cs (2)
109
return
responseReader
;
354
LineInfo info =
responseReader
.GetNextReplyReader().ReadLine();