2 writes to BytesLeftToWrite
System (2)
net\System\Net\HttpWebRequest.cs (2)
4608submitWriteStream.BytesLeftToWrite = 0; 4617submitWriteStream.BytesLeftToWrite = _originalContentLength;
13 references to BytesLeftToWrite
System (13)
net\System\Net\_ConnectStream.cs (9)
219GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::.ctor() Connection:" + ValidationHelper.HashString(m_Connection) + " BytesToWrite:" + BytesLeftToWrite); 698GlobalLog.Leave("ConnectStream#" + ValidationHelper.HashString(this) + "::ResubmitWrite", BytesLeftToWrite.ToString()); 709GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::EnableWriteBuffering() Write() creating ScatterGatherBuffers WriteChunked:" + WriteChunked.ToString() + " BytesLeftToWrite:" + BytesLeftToWrite.ToString()); 716BufferedData = new ScatterGatherBuffers(BytesLeftToWrite); 1061if (BytesLeftToWrite != -1) { 1066if (BytesLeftToWrite < (long)size) { 1208if (BytesLeftToWrite != -1) { 2631else if (BytesLeftToWrite>0) { 2639GlobalLog.Leave("ConnectStream#" + ValidationHelper.HashString(this) + "::CloseInternal() BytesLeftToWrite:" + BytesLeftToWrite.ToString() + " throwing not enough bytes written");
net\System\Net\HttpWebRequest.cs (4)
1930if (stream.BytesLeftToWrite > 0) 2174if (stream.BytesLeftToWrite > 0) 3426GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(stream) + "::WriteHeaders completed:true BytesLeftToWrite:" + stream.BytesLeftToWrite.ToString()); 3427if (stream.BytesLeftToWrite == 0) {