2 writes to webRequest
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (2)
238
entry.
webRequest
= WpfWebRequestHelper.CreateRequest(uri);
332
entry.
webRequest
= null; // GC the WebRequest
3 references to webRequest
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (3)
241
entry.
webRequest
.CachePolicy = uriCachePolicy;
252
entry.
webRequest
.BeginGetResponse(_responseCallback, entry);
328
WebResponse response = WpfWebRequestHelper.EndGetResponse(entry.
webRequest
, result);