10 references to BindingElementCollection
System.ServiceModel.Http (5)
System\ServiceModel\BasicHttpBinding.cs (1)
69BindingElementCollection bindingElements = new BindingElementCollection();
System\ServiceModel\BasicHttpsBinding.cs (1)
68BindingElementCollection bindingElements = new BindingElementCollection();
System\ServiceModel\NetHttpBinding.cs (1)
109BindingElementCollection bindingElements = new BindingElementCollection();
System\ServiceModel\NetHttpsBinding.cs (1)
102BindingElementCollection bindingElements = new BindingElementCollection();
System\ServiceModel\WSHttpBindingBase.cs (1)
170BindingElementCollection bindingElements = new BindingElementCollection();
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\NetNamedPipeBinding.cs (1)
103BindingElementCollection bindingElements = new BindingElementCollection();
System.ServiceModel.NetTcp (1)
System\ServiceModel\NetTcpBinding.cs (1)
126BindingElementCollection bindingElements = new BindingElementCollection();
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\BindingElementCollection.cs (1)
47BindingElementCollection result = new BindingElementCollection();
System\ServiceModel\Channels\CustomBinding.cs (1)
110public BindingElementCollection Elements { get; } = new BindingElementCollection();
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\UnixDomainSocketBinding.cs (1)
100BindingElementCollection bindingElements = new BindingElementCollection();