4 references to WebBodyFormatMessageProperty
System.Data.Services (1)
System\Data\Services\DataService.cs (1)
551
message.Properties.Add(WebBodyFormatMessageProperty.Name, new
WebBodyFormatMessageProperty
(WebContentFormat.Raw));
System.ServiceModel.Web (3)
System\ServiceModel\Channels\WebBodyFormatMessageProperty.cs (3)
35
jsonProperty = new
WebBodyFormatMessageProperty
(WebContentFormat.Json);
47
xmlProperty = new
WebBodyFormatMessageProperty
(WebContentFormat.Xml);
59
rawProperty = new
WebBodyFormatMessageProperty
(WebContentFormat.Raw);