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