3 references to GetResponseFormat
System.ServiceModel.Web (3)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
576
if (UseBareReplyFormatter(style, operationDescription,
GetResponseFormat
(operationDescription), out parameterType))
604
WebMessageFormat responseFormat =
GetResponseFormat
(operationDescription);
System\ServiceModel\Dispatcher\WebErrorHandler.cs (1)
71
WebMessageFormat format = nullableFormat.HasValue ? nullableFormat.Value : this.webHttpBehavior.
GetResponseFormat
(description);