2 instantiations of BindingElementCollection
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\NetNamedPipeBinding.cs (1)
103
BindingElementCollection bindingElements = new
BindingElementCollection
();
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\UnixDomainSocketBinding.cs (1)
100
BindingElementCollection bindingElements = new
BindingElementCollection
();
18 references to BindingElementCollection
System.ServiceModel (1)
netstandard.cs (1)
36
[assembly: TypeForwardedTo(typeof(
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>
96
public override
BindingElementCollection
CreateBindingElements()
98
var
bindingElementCollection = base.CreateBindingElements();
System.ServiceModel.Http.Tests (3)
ServiceModel\BasicHttpBindingTest.cs (2)
327
var
be = binding.CreateBindingElements();
338
var
be = binding.CreateBindingElements();
ServiceModel\SecurityBindingElementTest.cs (1)
22
var
bindingElements = binding.CreateBindingElements();
System.ServiceModel.NetNamedPipe (2)
System\ServiceModel\NetNamedPipeBinding.cs (2)
101
public override
BindingElementCollection
CreateBindingElements()
103
BindingElementCollection
bindingElements = new BindingElementCollection();
System.ServiceModel.Primitives (5)
netstandard.cs (5)
1251
public abstract System.ServiceModel.Channels.
BindingElementCollection
CreateBindingElements();
1259
public System.ServiceModel.Channels.
BindingElementCollection
RemainingBindingElements { get { return default; } }
1280
public System.ServiceModel.Channels.
BindingElementCollection
Clone() { return default; }
1427
public System.ServiceModel.Channels.
BindingElementCollection
Elements { get { return default; } }
1429
public override System.ServiceModel.Channels.
BindingElementCollection
CreateBindingElements() { return default; }
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\UnixDomainSocketBinding.cs (2)
97
public override
BindingElementCollection
CreateBindingElements()
100
BindingElementCollection
bindingElements = new BindingElementCollection();