1 write to getResponseAsyncCallback
System.Web.Services (1)
System\Web\Services\Protocols\ClientProtocol.cs (1)
236
getResponseAsyncCallback
= new AsyncCallback(GetResponseAsyncCallback);
2 references to getResponseAsyncCallback
System.Web.Services (2)
System\Web\Services\Protocols\ClientProtocol.cs (2)
248
request.BeginGetResponse(
getResponseAsyncCallback
, asyncResult);
285
client.Request.BeginGetResponse(
getResponseAsyncCallback
, client);