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