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