2 references to c_MaxDrainBytes
System (2)
net\System\Net\_ConnectStream.cs (2)
2897
if ((drainTimeoutMilliseconds == 0) || (m_ReadBytes >
c_MaxDrainBytes
)) {
2924
} while ((bytesRead > 0) && (totalBytesRead <=
c_MaxDrainBytes
));