2 references to BeginCall
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
342object ret = this.serviceChannel.BeginCall(operation.Action, operation.IsOneWay, operation, ins, callback, asyncState);
System\ServiceModel\ClientBase.cs (1)
1138return this.channel.BeginCall(op.Action, op.IsOneWay, op, ins, callback, state);