2 references to BeginCall
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
354
object ret = _serviceChannel.
BeginCall
(operation.Action, operation.IsOneWay, operation, ins, callback, asyncState);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
549
return _channel.
BeginCall
(op.Action, op.IsOneWay, op, ins, callback, state);