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