2 writes to _webRequest
PresentationCore (2)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
204
_webRequest
= CreateHttpWebRequest(byteRanges);
674
_webRequest
= CreateHttpWebRequest(_byteRangesInProgress);
3 references to _webRequest
PresentationCore (3)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (3)
206
_webRequest
.BeginGetResponse(ResponseCallback, this);
506
webResponse = (HttpWebResponse)WpfWebRequestHelper.EndGetResponse(
_webRequest
, ar);
675
_webRequest
.BeginGetResponse(ResponseCallback, this);