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