3 writes to asyncCallback
System.Web.Services (3)
System\Web\Services\Protocols\WebServiceHandler.cs (3)
51
this.
asyncCallback
= null;
290
this.
asyncCallback
= callback;
310
this.
asyncCallback
= callback;
2 references to asyncCallback
System.Web.Services (2)
System\Web\Services\Protocols\WebServiceHandler.cs (2)
236
if (this.
asyncCallback
!= null) {
238
this.
asyncCallback
(result);