5 references to WebHttpBinding
System.ServiceModel.Web (5)
System\ServiceModel\Configuration\WebHttpBindingCollectionElement.cs (1)
16return new WebHttpBinding();
System\ServiceModel\Description\WebServiceEndpoint.cs (1)
17: base(contract, new WebHttpBinding(), address)
System\ServiceModel\Web\WebChannelFactory.cs (2)
91return new WebHttpBinding(); 95WebHttpBinding result = new WebHttpBinding();
System\ServiceModel\WebHttpBinding.cs (1)
28public WebHttpBinding(string configurationName) : this()