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