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