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