5 references to webScriptBodyStyle
System.ServiceModel.Web (5)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (5)
38
return
webScriptBodyStyle
;
42
if (value !=
webScriptBodyStyle
)
44
throw System.ServiceModel.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR2.GetString(SR2.BodyStyleNotSupportedByWebScript, value, this.GetType().Name,
webScriptBodyStyle
)));
184
if (bodyStyle !=
webScriptBodyStyle
)
186
throw System.ServiceModel.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR2.GetString(SR2.BodyStyleNotSupportedByWebScript, bodyStyle, this.GetType().Name,
webScriptBodyStyle
)));