1 write to readResponseAsyncCallback
System.Web.Services (1)
System\Web\Services\Protocols\ClientProtocol.cs (1)
237readResponseAsyncCallback = new AsyncCallback(ReadResponseAsyncCallback);
3 references to readResponseAsyncCallback
System.Web.Services (3)
System\Web\Services\Protocols\ClientProtocol.cs (3)
232if (readResponseAsyncCallback == null) { 234if (readResponseAsyncCallback == null) { 351asyncResult = client.ResponseStream.BeginRead(buffer, 0, buffer.Length, readResponseAsyncCallback, client);