11 instantiations of 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 (3)
System\ServiceModel\Channels\BindingContext.cs (1)
39_remainingBindingElements = new BindingElementCollection(remainingBindingElements);
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();
43 references to BindingElementCollection
System.ServiceModel.Federation (5)
System\ServiceModel\Federation\WsFederationHttpBinding.cs (5)
92/// Builds the <see cref="BindingElementCollection"/> for the channnel. 94/// <returns><see cref="BindingElementCollection"/> for the channel.</returns> 95/// <remarks>Adds a <see cref="WSFederationBindingElement"/> in first position to the <see cref="BindingElementCollection"/> returned from base.CreateBindingElements().</remarks> 96public override BindingElementCollection CreateBindingElements() 98var bindingElementCollection = base.CreateBindingElements();
System.ServiceModel.Http (12)
System\ServiceModel\BasicHttpBinding.cs (2)
64public override BindingElementCollection CreateBindingElements() 69BindingElementCollection bindingElements = new BindingElementCollection();
System\ServiceModel\BasicHttpsBinding.cs (2)
63public override BindingElementCollection CreateBindingElements() 68BindingElementCollection bindingElements = new BindingElementCollection();
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
549private MessageEncodingBindingElement FindMessageEncodingBindingElement(BindingElementCollection bindingElements, out bool createdNew)
System\ServiceModel\NetHttpBinding.cs (2)
104public override BindingElementCollection CreateBindingElements() 109BindingElementCollection bindingElements = new BindingElementCollection();
System\ServiceModel\NetHttpsBinding.cs (2)
97public override BindingElementCollection CreateBindingElements() 102BindingElementCollection bindingElements = new BindingElementCollection();
System\ServiceModel\WSHttpBinding.cs (1)
61public override BindingElementCollection CreateBindingElements()
System\ServiceModel\WSHttpBindingBase.cs (2)
168public override BindingElementCollection CreateBindingElements() 170BindingElementCollection bindingElements = new BindingElementCollection();
System.ServiceModel.Http.Tests (3)
ServiceModel\BasicHttpBindingTest.cs (2)
327var be = binding.CreateBindingElements(); 338var be = binding.CreateBindingElements();
ServiceModel\SecurityBindingElementTest.cs (1)
22var bindingElements = binding.CreateBindingElements();
System.ServiceModel.NetNamedPipe (2)
System\ServiceModel\NetNamedPipeBinding.cs (2)
101public override BindingElementCollection CreateBindingElements() 103BindingElementCollection bindingElements = new BindingElementCollection();
System.ServiceModel.NetTcp (2)
System\ServiceModel\NetTcpBinding.cs (2)
123public override BindingElementCollection CreateBindingElements() 126BindingElementCollection bindingElements = new BindingElementCollection();
System.ServiceModel.Primitives (17)
System\ServiceModel\Channels\Binding.cs (2)
208public abstract BindingElementCollection CreateBindingElements(); 224BindingElementCollection elements = CreateBindingElements();
System\ServiceModel\Channels\BindingContext.cs (4)
14private BindingElementCollection _remainingBindingElements; // kept to ensure each BE builds itself once 27BindingElementCollection remainingBindingElements, 34BindingElementCollection remainingBindingElements, 53public BindingElementCollection RemainingBindingElements
System\ServiceModel\Channels\BindingElementCollection.cs (2)
45public BindingElementCollection Clone() 47BindingElementCollection result = new BindingElementCollection();
System\ServiceModel\Channels\ChannelBuilder.cs (1)
43private void AddDemuxerBindingElement(BindingElementCollection elements)
System\ServiceModel\Channels\CustomBinding.cs (5)
58internal CustomBinding(BindingElementCollection bindingElements) 77private static BindingElementCollection SafeCreateBindingElements(Binding binding) 86internal CustomBinding(Binding binding, BindingElementCollection elements) 110public BindingElementCollection Elements { get; } = new BindingElementCollection(); 112public override BindingElementCollection CreateBindingElements()
System\ServiceModel\Description\DispatcherBuilder.cs (1)
359BindingElementCollection elements = endpoint.Binding.CreateBindingElements();
System\ServiceModel\Security\SecurityUtils.cs (1)
930BindingElementCollection bindingElements = binding.CreateBindingElements();
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
168BindingElementCollection bindingElements = IssuerBinding.CreateBindingElements();
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\UnixDomainSocketBinding.cs (2)
97public override BindingElementCollection CreateBindingElements() 100BindingElementCollection bindingElements = new BindingElementCollection();