3 references to CustomBinding
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (1)
88
Binding binding = new
CustomBinding
(transport);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
192
return new
CustomBinding
(textEncoding, httpTransport);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
2642
CustomBinding bootstrapBinding = new
CustomBinding
(bootstrapSecurity);