8 references to RemainingBindingElements
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingContext.cs (2)
121if (this.RemainingBindingElements.Count != 0) 124foreach (BindingElement bindingElement in this.RemainingBindingElements)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBuilder.cs (1)
22_binding = new CustomBinding(context.Binding, context.RemainingBindingElements);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (2)
267SecurityBindingElement element = context.RemainingBindingElements.Find<SecurityBindingElement>(); 277TransportBindingElement transportElement = context.RemainingBindingElements.Find<TransportBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
1498context.RemainingBindingElements.Clear(); 1499context.RemainingBindingElements.Add(bindingElement);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
127customBinding = new CustomBinding(context.RemainingBindingElements);