1 override of UseBareReplyFormatter
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
213internal 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)
576if (UseBareReplyFormatter(style, operationDescription, GetResponseFormat(operationDescription), out parameterType)) 627if (UseBareReplyFormatter(style, operationDescription, responseFormat, out parameterType))
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
220return base.UseBareReplyFormatter(style, operationDescription, responseFormat, out parameterType);