3 references to CreateClientFormatter
System.ServiceModel.Web (3)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
692baseFormatter = SingleBodyParameterMessageFormatter.CreateClientFormatter(operationDescription, parameterType, true, useJson, this.xmlSerializerManager);
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (2)
55IClientMessageFormatter xmlFormatter = CreateClientFormatter(operation, type, isRequestFormatter, false, xmlSerializerManager); 60IClientMessageFormatter jsonFormatter = CreateClientFormatter(operation, type, isRequestFormatter, true, xmlSerializerManager);