6 references to SupportsJsonFormat
System.ServiceModel.Web (6)
System\ServiceModel\Description\WebHttpBehavior.cs (3)
608
bool useJson = (responseFormat == WebMessageFormat.Json ||
SupportsJsonFormat
(operationDescription));
1107
if (!
SupportsJsonFormat
(od))
1122
if (!
SupportsJsonFormat
(od))
System\ServiceModel\Dispatcher\HelpPage.cs (1)
295
this.SupportsJson = WebHttpBehavior.
SupportsJsonFormat
(od);
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (2)
56
if (!WebHttpBehavior.
SupportsJsonFormat
(operation))
70
if (!WebHttpBehavior.
SupportsJsonFormat
(operation))