2 writes to _webRequest
PresentationCore (2)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
208
_webRequest
= CreateHttpWebRequest(byteRanges);
678
_webRequest
= CreateHttpWebRequest(_byteRangesInProgress);
3 references to _webRequest
PresentationCore (3)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (3)
210
_webRequest
.BeginGetResponse(ResponseCallback, this);
510
webResponse = (HttpWebResponse)WpfWebRequestHelper.EndGetResponse(
_webRequest
, ar);
679
_webRequest
.BeginGetResponse(ResponseCallback, this);