13 references to Raw
System.Data.Services (1)
System\Data\Services\DataService.cs (1)
551message.Properties.Add(WebBodyFormatMessageProperty.Name, new WebBodyFormatMessageProperty(WebContentFormat.Raw));
System.ServiceModel.Web (12)
System\ServiceModel\Channels\RawContentTypeMapper.cs (1)
25return WebContentFormat.Raw;
System\ServiceModel\Channels\WebBodyFormatMessageProperty.cs (1)
59rawProperty = new WebBodyFormatMessageProperty(WebContentFormat.Raw);
System\ServiceModel\Channels\WebContentFormatHelper.cs (1)
15|| format == WebContentFormat.Raw);
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (7)
201case WebContentFormat.Raw: 230case WebContentFormat.Raw: 276case WebContentFormat.Raw: 317case WebContentFormat.Raw: 402messageFormat = WebContentFormat.Raw; 414messageFormat = WebContentFormat.Raw; 492case WebContentFormat.Raw:
System\ServiceModel\Dispatcher\HttpStreamFormatter.cs (2)
110if (formatProperty.Format != WebContentFormat.Raw) 112throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new InvalidOperationException(SR2.GetString(SR2.InvalidHttpMessageFormat, this.operationName, this.contractName, this.contractNs, formatProperty.Format, WebContentFormat.Raw)));