6 references to WebHttpBindingElement
System.ServiceModel.Web (6)
System\ServiceModel\Configuration\WebHttpBindingCollectionElement.cs (1)
11public partial class WebHttpBindingCollectionElement : StandardBindingCollectionElement<WebHttpBinding, WebHttpBindingElement>
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (2)
266webHttpEndpoint.ContentTypeMapper = WebHttpBindingElement.GetContentTypeMapper(this.ContentTypeMapper); 269WebHttpBindingElement.ApplyReaderQuotasConfiguration(webHttpEndpoint.ReaderQuotas, this.ReaderQuotas);
System\ServiceModel\Configuration\WebScriptEndpointElement.cs (2)
216webScriptEndpoint.ContentTypeMapper = WebHttpBindingElement.GetContentTypeMapper(this.ContentTypeMapper); 219WebHttpBindingElement.ApplyReaderQuotasConfiguration(webScriptEndpoint.ReaderQuotas, this.ReaderQuotas);
System\ServiceModel\WebHttpBinding.cs (1)
232WebHttpBindingElement element = section.Bindings[configurationName];