Base:
method
BeginGetResponse
System.Net.WebRequest.BeginGetResponse(System.AsyncCallback, System.Object)
11 references to BeginGetResponse
PresentationCore (2)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
250_webRequest.BeginGetResponse(ResponseCallback, this); 777_webRequest.BeginGetResponse(ResponseCallback, this);
System (2)
net\System\Net\_Connection.cs (1)
3815IAsyncResult asyncResult = connectRequest.BeginGetResponse(m_TunnelCallback, o);
net\System\Net\FtpWebRequest.cs (1)
740asyncResult = (ContextAwareResult)httpWebRequest.BeginGetResponse(callback, state);
System.Data.Services.Client (4)
System\Data\Services\Client\DataServiceContext.cs (2)
4351asyncResult = BaseAsyncResult.InvokeAsync(httpWebRequest.BeginGetResponse, this.AsyncEndGetResponse, pereq); 5835asyncResult = BaseAsyncResult.InvokeAsync(httpWebRequest.BeginGetResponse, this.AsyncEndGetResponse, pereq);
System\Data\Services\Client\GetReadStreamResult.cs (1)
62asyncResult = BaseAsyncResult.InvokeAsync(this.request.BeginGetResponse, GetReadStreamResult.AsyncEndGetResponse, this);
System\Data\Services\Client\QueryResult.cs (1)
177asyncResult = BaseAsyncResult.InvokeAsync(this.Request.BeginGetResponse, QueryResult.AsyncEndGetResponse, this);
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
1051asyncRequestState.WebRequest.BeginGetResponse(
System.ServiceModel (2)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
59IAsyncResult result = this.httpWebRequest.BeginGetResponse(callback, state);
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1609getResponseResult = request.BeginGetResponse(onGetResponse, this);