1 write to m_SuppressWrite
System (1)
net\System\Net\_ConnectStream.cs (1)
298
m_SuppressWrite
= value;
2 references to m_SuppressWrite
System (2)
net\System\Net\_ConnectStream.cs (2)
945
if (size == 0 || BufferOnly ||
m_SuppressWrite
|| IgnoreSocketErrors)
950
if(
m_SuppressWrite
&& m_BytesLeftToWrite > 0 && size > 0)