2 writes to _webRequest
PresentationCore (2)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
203
_webRequest
= CreateHttpWebRequest(byteRanges);
670
_webRequest
= CreateHttpWebRequest(_byteRangesInProgress);
3 references to _webRequest
PresentationCore (3)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (3)
205
_webRequest
.BeginGetResponse(ResponseCallback, this);
505
webResponse = (HttpWebResponse)WpfWebRequestHelper.EndGetResponse(
_webRequest
, ar);
671
_webRequest
.BeginGetResponse(ResponseCallback, this);