1 write to _webRequest
PresentationCore (1)
System\IO\Packaging\PackWebResponse.cs (1)
75
_webRequest
= innerRequest;
4 references to _webRequest
PresentationCore (4)
System\IO\Packaging\PackWebResponse.cs (4)
108
_webRequest
.BeginGetResponse(new AsyncCallback(ResponseCallback), this);
214
_innerUri,
_webRequest
, _fullResponse);
453
_webRequest
.Abort(); // response not back yet so abort it
778
_fullResponse = MS.Internal.WpfWebRequestHelper.EndGetResponse(
_webRequest
, ar);