1 write to innerFormatter
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\ContentTypeSettingClientMessageFormatter.cs (1)
36this.innerFormatter = innerFormatter;
2 references to innerFormatter
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\ContentTypeSettingClientMessageFormatter.cs (2)
41return this.innerFormatter.DeserializeReply(message, parameters); 46Message message = this.innerFormatter.SerializeRequest(messageVersion, parameters);