Base:
method
Read
System.IO.Stream.Read(System.Byte[], System.Int32, System.Int32)
5 references to Read
System (5)
net\System\Net\_CommandStream.cs (2)
532bytesRead = Read(state.Buffer, 0, state.Buffer.Length); 636bytesRead = Read(state.Buffer, 0, state.Buffer.Length);
net\System\Net\_Connection.cs (1)
3346bytesRead = Read(m_ReadBuffer, m_BytesRead, m_ReadBuffer.Length - m_BytesRead);
net\System\Net\_ConnectStream.cs (1)
1837bytesToRead = m_Connection.Read(
net\System\Net\mail\SmtpTransport.cs (1)
51int result = this.Read(buffer, 0, safeBufferLength);