4 references to WebClientAsyncResult
System.Web.Services (4)
System\Web\Services\Protocols\HttpClientProtocol.cs (2)
194
WebClientAsyncResult asyncResult = new
WebClientAsyncResult
(this, invokeState, null, callback, asyncState);
283
WebClientAsyncResult asyncResult = new
WebClientAsyncResult
(this, null, null, new AsyncCallback(InvokeAsyncCallback), asyncOp);
System\Web\Services\Protocols\SoapClientProtocol.cs (2)
335
WebClientAsyncResult asyncResult = new
WebClientAsyncResult
(this, invokeState, null, callback, asyncState);
439
WebClientAsyncResult asyncResult = new
WebClientAsyncResult
(this, invokeState, null, new AsyncCallback(InvokeAsyncCallback), asyncOp);