1 instantiation of MultiplexingDispatchMessageFormatter
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
646innerFormatter = new MultiplexingDispatchMessageFormatter(formatters, responseFormat);
5 references to MultiplexingDispatchMessageFormatter
System.ServiceModel.Web (5)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
259MultiplexingDispatchMessageFormatter replyDispatchAsMultiplexing = replyDispatch as MultiplexingDispatchMessageFormatter;
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (3)
23Dictionary<string, MultiplexingDispatchMessageFormatter> formatters; 45this.formatters = new Dictionary<string, MultiplexingDispatchMessageFormatter>(); 52public void RegisterOperation(string operationName, MultiplexingDispatchMessageFormatter formatter)