FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (4)
675return channel.BeginCall(operation.Action, operation.IsOneWay, operation, ins, channel._operationTimeout, callback, asyncState);
680return BeginCall(action, oneway, operation, ins, _operationTimeout, callback, asyncState);
1205return BeginCall(message.Headers.Action, true, operation, new object[] { message }, timeout, callback, state);
1232return BeginCall(message.Headers.Action, false, operation, new object[] { message }, timeout, callback, state);