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