1 write to SupportsJson
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
295this.SupportsJson = WebHttpBehavior.SupportsJsonFormat(od);
2 references to SupportsJson
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpPage.cs (2)
179if (this.Response.SupportsJson && this.Method == WebHttpBehavior.GET) 419if (this.SupportsJson)