3 references to Call
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (3)
722return Call(action, oneway, operation, ins, outs, _operationTimeout); 1194Call(message.Headers.Action, true, operation, new object[] { message }, Array.Empty<object>(), timeout); 1221return (Message)Call(message.Headers.Action, false, operation, new object[] { message }, Array.Empty<object>(), timeout);