3 references to Call
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
780return this.Call(action, oneway, operation, ins, outs, this.operationTimeout); 1281this.Call(message.Headers.Action, true, operation, new object[] { message }, EmptyArray<object>.Instance, timeout); 1308return (Message)this.Call(message.Headers.Action, false, operation, new object[] { message }, EmptyArray<object>.Instance, timeout);