35 references to Name
System.Data.Services (1)
System\Data\Services\DataService.cs (1)
551
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, new WebBodyFormatMessageProperty(WebContentFormat.Raw));
System.ServiceModel.Web (34)
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (7)
195
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.JsonProperty);
199
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.XmlProperty);
203
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.RawProperty);
224
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.JsonProperty);
228
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.XmlProperty);
232
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.RawProperty);
361
message.Properties.TryGetValue(WebBodyFormatMessageProperty.
Name
, out messageFormatProperty);
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (3)
427
if (fault.Properties.TryGetValue(WebBodyFormatMessageProperty.
Name
, out bodyFormatPropertyObject))
433
fault.Properties[WebBodyFormatMessageProperty.
Name
] = WebBodyFormatMessageProperty.JsonProperty;
438
fault.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.JsonProperty);
System\ServiceModel\Dispatcher\DataContractJsonSerializerOperationFormatter.cs (2)
115
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.JsonProperty);
233
message.Properties.TryGetValue(WebBodyFormatMessageProperty.
Name
, out prop);
System\ServiceModel\Dispatcher\DemultiplexingDispatchMessageFormatter.cs (1)
87
message.Properties.TryGetValue(WebBodyFormatMessageProperty.
Name
, out prop);
System\ServiceModel\Dispatcher\HttpStreamFormatter.cs (2)
88
result.Properties[WebBodyFormatMessageProperty.
Name
] = WebBodyFormatMessageProperty.RawProperty;
96
message.Properties.TryGetValue(WebBodyFormatMessageProperty.
Name
, out prop);
System\ServiceModel\Dispatcher\JavascriptCallbackMessageInspector.cs (1)
48
if (reply.Properties.TryGetValue<WebBodyFormatMessageProperty>(WebBodyFormatMessageProperty.
Name
, out formatProperty) &&
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (2)
103
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.JsonProperty);
169
message.Properties.TryGetValue(WebBodyFormatMessageProperty.
Name
, out prop);
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
333
reply.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.JsonProperty);
System\ServiceModel\Dispatcher\WebErrorHandler.cs (2)
101
fault.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.JsonProperty);
150
response.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.RawProperty);
System\ServiceModel\Web\WebOperationContext.cs (13)
107
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.JsonProperty);
125
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.XmlProperty);
137
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.XmlProperty);
158
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.XmlProperty);
171
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.XmlProperty);
183
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.XmlProperty);
195
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.XmlProperty);
207
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.XmlProperty);
248
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.RawProperty);
285
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.RawProperty);
301
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.RawProperty);
318
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.RawProperty);
334
message.Properties.Add(WebBodyFormatMessageProperty.
Name
, WebBodyFormatMessageProperty.RawProperty);