4 references to CustomBinding
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
420
CustomBinding binding = new
CustomBinding
(negotiationBindingElements);
1902
CustomBinding binding = new
CustomBinding
(bindingElements);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
133
customBinding = new
CustomBinding
(context.RemainingBindingElements);
System\ServiceModel\Description\WsdlImporter.cs (1)
556
CustomBinding binding = new
CustomBinding
(bindingElements);