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