1 write to ExpectedBytesToRead
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpResponseParser.cs (1)
71state.ExpectedBytesToRead = response.Content.Headers.ContentLength;
3 references to ExpectedBytesToRead
System.Net.Http.WinHttpHandler (3)
System\Net\Http\WinHttpRequestCallback.cs (3)
187&& state.ExpectedBytesToRead.HasValue 188&& state.CurrentBytesRead < state.ExpectedBytesToRead.Value) 192state.ExpectedBytesToRead.Value,