8 references to RemainingBindingElements
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingContext.cs (2)
121
if (this.
RemainingBindingElements
.Count != 0)
124
foreach (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)
267
SecurityBindingElement element = context.
RemainingBindingElements
.Find<SecurityBindingElement>();
277
TransportBindingElement transportElement = context.
RemainingBindingElements
.Find<TransportBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
1498
context.
RemainingBindingElements
.Clear();
1499
context.
RemainingBindingElements
.Add(bindingElement);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
127
customBinding = new CustomBinding(context.
RemainingBindingElements
);