1 override of UseBareReplyFormatter
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
213
internal override bool
UseBareReplyFormatter
(WebMessageBodyStyle style, OperationDescription operationDescription, WebMessageFormat responseFormat, out Type parameterType)
3 references to UseBareReplyFormatter
System.ServiceModel.Web (3)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
576
if (
UseBareReplyFormatter
(style, operationDescription, GetResponseFormat(operationDescription), out parameterType))
627
if (
UseBareReplyFormatter
(style, operationDescription, responseFormat, out parameterType))
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
220
return base.
UseBareReplyFormatter
(style, operationDescription, responseFormat, out parameterType);