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)
3815
IAsyncResult asyncResult = connectRequest.
BeginGetResponse
(m_TunnelCallback, o);
net\System\Net\FtpWebRequest.cs (1)
740
asyncResult = (ContextAwareResult)httpWebRequest.
BeginGetResponse
(callback, state);
System.Data.Services.Client (4)
System\Data\Services\Client\DataServiceContext.cs (2)
4351
asyncResult = BaseAsyncResult.InvokeAsync(httpWebRequest.
BeginGetResponse
, this.AsyncEndGetResponse, pereq);
5835
asyncResult = BaseAsyncResult.InvokeAsync(httpWebRequest.
BeginGetResponse
, this.AsyncEndGetResponse, pereq);
System\Data\Services\Client\GetReadStreamResult.cs (1)
62
asyncResult = BaseAsyncResult.InvokeAsync(this.request.
BeginGetResponse
, GetReadStreamResult.AsyncEndGetResponse, this);
System\Data\Services\Client\QueryResult.cs (1)
177
asyncResult = BaseAsyncResult.InvokeAsync(this.Request.
BeginGetResponse
, QueryResult.AsyncEndGetResponse, this);
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
1051
asyncRequestState.WebRequest.
BeginGetResponse
(
System.ServiceModel (2)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
59
IAsyncResult result = this.httpWebRequest.
BeginGetResponse
(callback, state);
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1609
getResponseResult = request.
BeginGetResponse
(onGetResponse, this);