Base:
method
BeginGetResponse
System.Net.WebRequest.BeginGetResponse(System.AsyncCallback, System.Object)
3 references to BeginGetResponse
dotnet-svcutil-lib (1)
Metadata\MetadaExchangeResolver.cs (1)
253
IAsyncResult result = _currentRequest.
BeginGetResponse
(null, null);
PresentationCore (2)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
210
_webRequest.
BeginGetResponse
(ResponseCallback, this);
679
_webRequest.
BeginGetResponse
(ResponseCallback, this);