1 write to jsonProperty
System.ServiceModel.Web (1)
System\ServiceModel\Channels\WebBodyFormatMessageProperty.cs (1)
35
jsonProperty
= new WebBodyFormatMessageProperty(WebContentFormat.Json);
2 references to jsonProperty
System.ServiceModel.Web (2)
System\ServiceModel\Channels\WebBodyFormatMessageProperty.cs (2)
33
if (
jsonProperty
== null)
37
return
jsonProperty
;