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