1 write to getRequestStreamAsyncCallback
System.Web.Services (1)
System\Web\Services\Protocols\ClientProtocol.cs (1)
235
getRequestStreamAsyncCallback
= new AsyncCallback(GetRequestStreamAsyncCallback);
1 reference to getRequestStreamAsyncCallback
System.Web.Services (1)
System\Web\Services\Protocols\ClientProtocol.cs (1)
246
request.BeginGetRequestStream(
getRequestStreamAsyncCallback
, asyncResult);