1 write to supportedFormats
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\DemultiplexingClientMessageFormatter.cs (1)
70
this.
supportedFormats
= DemultiplexingDispatchMessageFormatter.GetSupportedFormats(this.formatters.Keys);
2 references to supportedFormats
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\DemultiplexingClientMessageFormatter.cs (2)
68
if (this.
supportedFormats
== null)
72
return this.
supportedFormats
;