9 references to CustomBinding
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (3)
172
BindingContext context = new BindingContext(new
CustomBinding
(this), parameters);
198
BindingContext context = new BindingContext(new
CustomBinding
(this), parameters);
208
BindingContext context = new BindingContext(new
CustomBinding
(this), parameters);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBuilder.cs (2)
28
_binding = new
CustomBinding
(binding);
38
_binding = new
CustomBinding
(channelBuilder.Binding);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (1)
157
customBinding = new
CustomBinding
(context.Endpoint.Binding);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
125
CustomBinding customBinding = new
CustomBinding
(binding);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
77
customBinding = new
CustomBinding
(context.Endpoint.Binding);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
66
_issuerBinding = new
CustomBinding
(other._issuerBinding);