15 references to Xml
System.ServiceModel.Web (15)
System\ServiceModel\Channels\WebBodyFormatMessageProperty.cs (1)
47xmlProperty = new WebBodyFormatMessageProperty(WebContentFormat.Xml);
System\ServiceModel\Channels\WebContentFormatHelper.cs (1)
13|| format == WebContentFormat.Xml
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (8)
197case WebContentFormat.Xml: 226case WebContentFormat.Xml: 268case WebContentFormat.Xml: 308case WebContentFormat.Xml: 364return WebContentFormat.Xml; 371return WebContentFormat.Xml; 410messageFormat = WebContentFormat.Xml; 481case WebContentFormat.Xml:
System\ServiceModel\Description\WebHttpBehavior.cs (2)
1113map.Add(WebContentFormat.Xml, xmlFormatter); 1128map.Add(WebContentFormat.Xml, xmlFormatter);
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (2)
62map.Add(WebContentFormat.Xml, xmlFormatter); 76map.Add(WebContentFormat.Xml, xmlFormatter);
System\ServiceModel\Dispatcher\XmlFormatMapping.cs (1)
14public static readonly WebContentFormat WebContentFormat = WebContentFormat.Xml;