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