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