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