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