5 references to WebMessageBodyStyleHelper
System.ServiceModel.Web (5)
System\ServiceModel\Configuration\WebHttpElement.cs (2)
28
[InternalEnumValidator(typeof(
WebMessageBodyStyleHelper
))]
65
properties.Add(new ConfigurationProperty(WebConfigurationStrings.DefaultBodyStyle, typeof(System.ServiceModel.Web.WebMessageBodyStyle), System.ServiceModel.Web.WebMessageBodyStyle.Bare, null, new System.ServiceModel.Configuration.InternalEnumValidator(typeof(System.ServiceModel.Web.
WebMessageBodyStyleHelper
)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Description\WebHttpBehavior.cs (1)
49
if (!
WebMessageBodyStyleHelper
.IsDefined(value))
System\ServiceModel\Web\WebGetAttribute.cs (1)
35
if (!
WebMessageBodyStyleHelper
.IsDefined(value))
System\ServiceModel\Web\WebInvokeAttribute.cs (1)
35
if (!
WebMessageBodyStyleHelper
.IsDefined(value))