2 references to BeginCall
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
195
IAsyncResult ar = ServiceChannel.
BeginCall
(channel, operation, inputParameters, new AsyncCallback(endCallDelegate), OperationContext.Current);
237
IAsyncResult ar = ServiceChannel.
BeginCall
(channel, operation, inputParameters, new AsyncCallback(endCallDelegate), OperationContext.Current);