28 references to CustomBinding
SMSvcHost (1)
System\ServiceModel\Activation\SharingService.cs (1)
45CustomBinding customBinding = new CustomBinding(binding);
System.ServiceModel (23)
System\ServiceModel\Administration\EndpointInfo.cs (1)
36this.binding = null == endpoint.Binding ? new CustomBinding() : new CustomBinding(endpoint.Binding);
System\ServiceModel\Channels\Binding.cs (5)
180BindingContext context = new BindingContext(new CustomBinding(this), parameters); 246BindingContext context = new BindingContext(new CustomBinding(this), parameters, listenUriBaseAddress, listenUriRelativeAddress, listenUriMode); 261BindingContext context = new BindingContext(new CustomBinding(this), parameters); 272BindingContext context = new BindingContext(new CustomBinding(this), parameters); 282BindingContext context = new BindingContext(new CustomBinding(this), parameters);
System\ServiceModel\Channels\ChannelBuilder.cs (2)
31this.binding = new CustomBinding(binding); 41this.binding = new CustomBinding(channelBuilder.Binding);
System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (1)
159customBinding = new CustomBinding(context.Endpoint.Binding);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
127CustomBinding customBinding = new CustomBinding(binding);
System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
79customBinding = new CustomBinding(context.Endpoint.Binding);
System\ServiceModel\Description\DispatcherBuilder.cs (1)
247CustomBinding binding = new CustomBinding(originalBinding);
System\ServiceModel\Description\ServiceDebugBehavior.cs (2)
88CustomBinding customBinding = new CustomBinding(value); 117CustomBinding customBinding = new CustomBinding(value);
System\ServiceModel\Description\ServiceMetadataBehavior.cs (2)
93CustomBinding customBinding = new CustomBinding(value); 122CustomBinding customBinding = new CustomBinding(value);
System\ServiceModel\Dispatcher\TransactionValidationBehavior.cs (2)
46CustomBinding binding = new CustomBinding(endpoint.Binding); 254CustomBinding binding = new CustomBinding(endpoint.Binding);
System\ServiceModel\MsmqIntegration\MsmqIntegrationValidationBehavior.cs (1)
85CustomBinding customBinding = new CustomBinding(binding);
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
112CustomBinding customBinding = new CustomBinding(binding);
System\ServiceModel\Security\IssuedTokenClientCredential.cs (1)
36this.localIssuerBinding = (other.localIssuerBinding != null) ? new CustomBinding(other.localIssuerBinding) : null;
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
556channelBuilder.Binding = new CustomBinding(this.GetNegotiationBinding(channelBuilder.Binding));
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
66this.issuerBinding = new CustomBinding(other.issuerBinding);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DynamicEndpoint.cs (1)
84CustomBinding customBinding = new CustomBinding(binding);
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ClientFactory.cs (2)
80binding = new CustomBinding(endpoint.Binding); 97binding = new CustomBinding(endpoint.Binding);
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebServiceHost.cs (1)
177CustomBinding customBinding = new CustomBinding(binding);