11 references to BindingContext
System.ServiceModel (11)
System\ServiceModel\Channels\Binding.cs (4)
180
BindingContext context = new
BindingContext
(new CustomBinding(this), parameters);
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\BindingElement.cs (1)
57
return this.GetProperty<T>(new
BindingContext
(new CustomBinding(), new BindingParameterCollection()));
System\ServiceModel\Channels\PeerSecurityManager.cs (2)
396
BindingContext context = new
BindingContext
(new CustomBinding(securityBindingElement), bpc);
424
BindingContext context = new
BindingContext
(new CustomBinding(securityBindingElement), bpc);
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
432
return new
BindingContext
(binding, new BindingParameterCollection(issuerBindingContext.BindingParameters));
1903
BindingContext context = new
BindingContext
(binding, new BindingParameterCollection());
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
128
BindingContext context = new
BindingContext
(customBinding, parameters);
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
700
BindingContext context = new
BindingContext
(new CustomBinding(bindingElementStack), new BindingParameterCollection());