9 references to JsonProperty
System.ServiceModel.Web (9)
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (2)
195message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty); 224message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty);
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (2)
433fault.Properties[WebBodyFormatMessageProperty.Name] = WebBodyFormatMessageProperty.JsonProperty; 438fault.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty);
System\ServiceModel\Dispatcher\DataContractJsonSerializerOperationFormatter.cs (1)
115message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty);
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (1)
103message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty);
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
333reply.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty);
System\ServiceModel\Dispatcher\WebErrorHandler.cs (1)
101fault.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty);
System\ServiceModel\Web\WebOperationContext.cs (1)
107message.Properties.Add(WebBodyFormatMessageProperty.Name, WebBodyFormatMessageProperty.JsonProperty);